forked from xin/TowerOptoSifAndSpectral
6 lines
72 B
Bash
6 lines
72 B
Bash
mkdir -p build
|
|
cd build
|
|
cmake ../
|
|
make -j4
|
|
cd ../othersoft
|
|
sh install.sh |