removed confusing comment to use cmake at the end of configure (autotools)

updated INSTALL, ChangeLog for Bullet 2.77 release
This commit is contained in:
erwin.coumans
2010-09-07 23:58:31 +00:00
parent 33a41798cf
commit 7517171ea7
4 changed files with 22 additions and 13 deletions

View File

@@ -1,11 +1,17 @@
Bullet Collision Detection and Physics Library
See also http://bulletphysics.org/mediawiki-1.5.8/index.php/Creating_a_project_from_scratch
** Windows Compilation **
Use CMake to autogenerate a build system for Windows:
Open the Microsoft Visual Studio solution in msvc/20xx/BULLET_PHYSICS.sln
Alternatively, use CMake to autogenerate a build system for Windows:
- Download/install CMake from www.cmake.org or package manager
- Use cmake-gui or
- List available build systems by running 'cmake' in the Bullet root folder
- Use cmake-gui
- Create a build system using the -G option for example:
cmake . -G "Visual Studio 9 2008" or