Go2Py_SIM/locomotion/compile.sh

7 lines
121 B
Bash
Raw Normal View History

2024-02-16 07:43:43 +08:00
mkdir custom/build
cd custom/build
cmake ../.. -DCMAKE_BUILD_TYPE=Release
make -j$(($(nproc) - 2))
make install
cd ../..