We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
News
Registrovať
Prihlásiť sa
FrankMichler
/
ObjSim
DOI
10.12751/g-node.00fbef
Pridať medzi pozorované
1
Hviezda
0
Fork
1
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
7a413e0a55
Branche
Tagy
master
ObjSim
/
build_all.sh
build_all.sh
94 B
História
Download
1
2
3
4
5
6
#!/bin/bash
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make
make install