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
/
rebuild.sh
rebuild.sh
99 B
Permalink
History
Raw
1
2
3
4
5
#!/usr/bin/bash
cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
make binom -j4
make test -j4