We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee08239 commit a2322f7Copy full SHA for a2322f7
build_visual_studio_vr_pybullet_double_cmake.bat
@@ -1,4 +1,4 @@
1
mkdir build_cmake
2
cd build_cmake
3
cmake -DBUILD_PYBULLET=ON -DUSE_DOUBLE_PRECISION=ON -DCMAKE_BUILD_TYPE=Release -DPYTHON_INCLUDE_DIR=c:\python-3.5.3.amd64\include -DPYTHON_LIBRARY=c:\python-3.5.3.amd64\libs\python35.lib -DPYTHON_DEBUG_LIBRARY=c:\python-3.5.3.amd64\libs\python35_d.lib -G "Visual Studio 14 2015 Win64" ..
4
-start .
+start .
0 commit comments