# SAL **Repository Path**: zjugkc/SAL ## Basic Information - **Project Name**: SAL - **Description**: Scgi-Application Library - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-08 - **Last Updated**: 2024-02-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scgi Application Library ## Preparation This software uses cpkg system to compile. The dependent packages are CSL_dev_1.0 and CTL_dev_1.0. ## Compiling 1. Windows ``` \cmake ../SAL -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Debug \cmake ../SAL -G "Visual Studio 17 2022" -A x64 MSBuild ALL_BUILD.vcxproj /t:build /p:Configuration=Release ``` 1. Linux ``` /cmake ../SAL -G "Unix Makefiles" make /cmake ../SAL -G "Unix Makefiles" make ``` ## Pack for cpkg system dev: ``` cpkg-info.txt (from cpkg-info.dev) cpkg-import.cmk LICENSE include/ public/SAL/* -> SAL lib/ generated library files ``` app: ``` cpkg-info.txt (from cpkg-info.app) LICENSE bin/ generated executable files (from code/ScgiApp) ```