# sxwnl-cpp **Repository Path**: sxwnl/sxwnl-cpp ## Basic Information - **Project Name**: sxwnl-cpp - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2022-04-20 - **Last Updated**: 2025-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sxwnl-cpp 寿星天文历(万年历)c++版 Sxwnl for cpp version # Build ## 1.Use cmake ```bash # build or update bin ./autobuild.sh # clean obj files and build ./rebuild.sh ``` ## 2.Use make ```bash # clean obj files make clean # for windows make cleanw ### Build test0 make test0 ### Build test1 make test1 ### build all make ``` # Run test ```bash # cmake build ./build/test0 ./build/test1 # make build ./test0 ./test1 ``` # Bugs TODO