# CSL **Repository Path**: zjugkc/CSL ## Basic Information - **Project Name**: CSL - **Description**: A static library for C++ - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-05-24 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CSL Static Library for C++ ## Website CSL's website is [here](https://gitee.com/ZJUGKC/CSL). ## Compiling 1. Windows ``` \cmake ../CSL -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Debug ``` ``` \cmake ../CSL -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Release ``` 1. Linux ``` /cmake ../CSL -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles" make ``` ``` /cmake ../CSL -DCMAKE_BUILD_TYPE=Release -G "Unix Makefiles" make ``` ## Pack for cpkg system dev: ``` cpkg-info.txt (from cpkg-info.dev) cpkg-import.cmk LICENSE csl-base.cmk csl-ftsc.cmk bin/ generated executable files include/ public/* lib/ generated static libraries ```