# SA-Documentation **Repository Path**: zjugkc/SA-Documentation ## Basic Information - **Project Name**: SA-Documentation - **Description**: Document Management System - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-10 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Document Management System ## Preparation This software uses cpkg system to compile. The dependent packages are CSL_dev_1.0, CTL_dev_1.0 and SAL_dev_1.0. ## Compiling 1. Windows ``` \cmake ../SA-Documentation -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Debug \cmake ../SA-Documentation -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Release ``` 1. Linux ``` /cmake ../SA-Documentation -G "Unix Makefiles" make /cmake ../SA-Documentation -G "Unix Makefiles" make ``` ## Pack for cpkg system app: ``` cpkg-info.txt (from cpkg-info-w.app or cpkg-info-x.app) LICENSE data/ data/* lib/ generated library files (dll, so) scripts/ scripts/Windows/* or scripts/Linux/* ```