mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
Remove a few build scripts, to focus on the main script with pybullet, double precision enabled by default, in addition VR for MSVC.
This commit is contained in:
parent
bf5f78f35a
commit
bdf08335ee
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
rm CMakeCache.txt
|
||||
mkdir build_cmake
|
||||
cd build_cmake
|
||||
cmake -DBUILD_PYBULLET=OFF -DCMAKE_BUILD_TYPE=Release ..
|
||||
make -j12
|
||||
examples/ExampleBrowser/App_ExampleBrowser
|
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
cd build3
|
||||
./premake4_linux64 gmake
|
||||
./premake4_osx gmake
|
||||
cd gmake
|
||||
make -j12 --double --enable_pybullet
|
||||
../../bin/App_BulletExampleBrowser_gmake_x64_release
|
@ -1,4 +0,0 @@
|
||||
mkdir cm
|
||||
cd cm
|
||||
cmake -DBUILD_PYBULLET=ON -DCMAKE_BUILD_TYPE=Release -DUSE_DOUBLE_PRECISION=ON -DPYTHON_INCLUDE_DIR=c:\python-3.5.2\include -DPYTHON_LIBRARY=c:\python-3.5.2\libs\python35.lib -DPYTHON_DEBUG_LIBRARY=c:\python-3.5.2\libs\python35_d.lib ..
|
||||
start .
|
@ -1,5 +0,0 @@
|
||||
|
||||
|
||||
cd build3
|
||||
premake4 --targetdir="../bin" vs2010
|
||||
start vs2010
|
Loading…
Reference in New Issue
Block a user