mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
37ed4b819a
use -DUSE_DOUBLE_PRECISION=ON when building pybullet and/or VR targets
5 lines
260 B
Batchfile
5 lines
260 B
Batchfile
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 .
|