summaryrefslogtreecommitdiff
path: root/build_cmake_pybullet_double.sh
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2017-02-22 05:40:08 -0800
committerErwin Coumans <erwin.coumans@gmail.com>2017-02-22 05:40:08 -0800
commit7a9c144efcbbd883dc4397e999b720ce55da8352 (patch)
tree9beb41f10d6bbd5d5331389dbd0592ba611101a6 /build_cmake_pybullet_double.sh
parentbdf08335ee30d8a85e1356fe46072f0d85b56849 (diff)
downloadbullet3-7a9c144efcbbd883dc4397e999b720ce55da8352.tar.gz
remove 'run' from script name.
Diffstat (limited to 'build_cmake_pybullet_double.sh')
-rwxr-xr-xbuild_cmake_pybullet_double.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/build_cmake_pybullet_double.sh b/build_cmake_pybullet_double.sh
new file mode 100755
index 000000000..d1520da70
--- /dev/null
+++ b/build_cmake_pybullet_double.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+rm CMakeCache.txt
+mkdir build_cmake
+cd build_cmake
+cmake -DBUILD_PYBULLET=ON -DBUILD_PYBULLET_NUMPY=OFF -DUSE_DOUBLE_PRECISION=ON -DCMAKE_BUILD_TYPE=Release -G Xcode ..
+make -j12
+cd examples
+cd pybullet
+ln -s pybullet.dylib pybullet.so
+