Skip to content

基于寿星万年历的天文历算法库

License

Notifications You must be signed in to change notification settings

BI1EQZ-BLUEGG/sxwnl-cpp

 
 

Repository files navigation

Sxwnl-cpp

寿星天文历(万年历)c++版
Sxwnl for cpp version

Build

1.Use cmake

# build or update bin
./autobuild.sh

# clean obj files and build
./rebuild.sh

2.Use make

# clean obj files
make clean
# for windows
make cleanw

### Build test0
make test0
### Build test1
make test1
### build all
make

Run test

# cmake build
./build/test0
./build/test1
# make build
./test0
./test1

Bugs

TODO

About

基于寿星万年历的天文历算法库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.4%
  • C 22.4%
  • Other 0.2%