We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc13ef commit 64f8020Copy full SHA for 64f8020
.gitignore
@@ -1,5 +1,6 @@
1
/bin
2
/build3/gmake
3
+/build3/vs2010
4
/build_cmake/
5
6
*.pyc
README.md
@@ -48,7 +48,7 @@ All source code files are licensed under the permissive zlib license
48
49
**Windows**
50
51
-Click on build_visual_studio_vr_pybullet_double.bat and open build3/vs2010/0MySolution.sln
+Click on build_visual_studio_vr_pybullet_double.bat and open build3/vs2010/0_Bullet3Solution.sln
52
When asked, convert the projects to a newer version of Visual Studio.
53
If you installed Python in the C:\ root directory, the batch file should find it automatically.
54
Otherwise, edit this batch file to choose where Python include/lib directories are located.
0 commit comments