Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
ByteGear
/
BinOM
espejo de
https://github.com/gbytegear/BinOM
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
9e49ce8b5e
Ramas
Etiquetas
dev
page
prototype
test_release
BinOM
/
build
/
rebuild.sh
rebuild.sh
99 B
Histórico
Raw
1
2
3
4
5
#!/usr/bin/bash
cmake -G "MSYS Makefiles" .. -DCMAKE_BUILD_TYPE=Debug
make binom -j4
make test -j4