We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Página Principal
Explorar
Ajuda
News
Registe-se
Iniciar Sessão
FrankMichler
/
ObjSim
DOI
10.12751/g-node.00fbef
Vigiar
1
Colocar Estrela
0
Fork
1
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
7a413e0a55
Ramos
Etiquetas
master
ObjSim
/
build_all.sh
build_all.sh
94 B
Histórico
Download
1
2
3
4
5
6
#!/bin/bash
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make
make install