# FL-adv **Repository Path**: zjugkc/FL-adv ## Basic Information - **Project Name**: FL-adv - **Description**: Advanced library based on FLTK - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-30 - **Last Updated**: 2024-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # FL-adv Advanced library based on FLTK. ## Website FL-adv's website is [here](https://gitee.com/ZJUGKC/FL-adv). ## Preparation This software uses cpkg system to compile. The dependent package is `FLTK_dev_1.4`. ## Compiling 1. Windows ``` \cmake ../FL-adv -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Debug ``` ``` \cmake ../FL-adv -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Release ``` 1. Linux ``` /cmake ../FL-adv -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" make ``` ``` /cmake ../FL-adv -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" make ``` ## Pack for cpkg system dev: ``` cpkg-info.txt (from cpkg-info.dev) cpkg-import.cmk icon.cmk LICENSE include/ public/FLA/* -> FLA lib/ generated library files ```