Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
ByteGear
/
BinOM
mirror of
https://github.com/gbytegear/BinOM
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
dev
Branches
Tags
dev
page
prototype
test_release
BinOM
/
build
/
build.bat
build.bat
93 B
Permalink
History
Raw
1
2
3
4
5
cmake -G "MSYS Makefiles" . -DCMAKE_BUILD_TYPE=Debug
make clean
make binom -j4
make test -j4