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
關注
1
讚好
0
複刻
1
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
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