Go2Py_SIM/locomotion/compile.sh

7 lines
121 B
Bash
Executable File

mkdir custom/build
cd custom/build
cmake ../.. -DCMAKE_BUILD_TYPE=Release
make -j$(($(nproc) - 2))
make install
cd ../..