Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
ByteGear
/
BinOM
miroir de
https://github.com/gbytegear/BinOM
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
9e49ce8b5e
Branches
Tags
dev
page
prototype
test_release
BinOM
/
build
/
rebuild.sh
rebuild.sh
99 B
Historique
Raw
1
2
3
4
5
#!/usr/bin/bash
cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
make binom -j4
make test -j4