We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
홈
탐색
도움말
News
가입하기
로그인
FrankMichler
/
ObjSim
DOI
10.12751/g-node.00fbef
Watch
1
Star
0
포크
1
파일
이슈
0
풀 리퀘스트
0
위키
트리:
7a413e0a55
브랜치
태그
master
ObjSim
/
build_all.sh
build_all.sh
94 B
히스토리
Download
1
2
3
4
5
6
#!/bin/bash
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make
make install