Add script for pybullet.
This commit is contained in:
6
build_and_run_cmake_pybullet_double.sh
Executable file
6
build_and_run_cmake_pybullet_double.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
rm CMakeCache.txt
|
||||||
|
mkdir build_cmake
|
||||||
|
cd build_cmake
|
||||||
|
cmake -DBUILD_PYBULLET=ON -DBUILD_PYBULLET_NUMPY=ON -DUSE_DOUBLE_PRECISION=ON -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
make -j12
|
||||||
Reference in New Issue
Block a user