We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
News
Register
Sign In
FrankMichler
/
ObjSim
DOI
10.12751/g-node.00fbef
Watch
1
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Tree:
7a413e0a55
Branches
Tags
master
ObjSim
/
build_all.sh
build_all.sh
94 B
History
Download
1
2
3
4
5
6
#!/bin/bash
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make
make install