Hi
Followed the instructions at http://bulletphysics.com/Bullet/BulletFull/:
"Bullet main build system for all platforms is cmake, you can download http://www.cmake.org cmake can autogenerate projectfiles for Microsoft Visual Studio, Apple Xcode, KDevelop and Unix Makefiles. The easiest is to run the CMake cmake-gui graphical user interface and choose the options and generate projectfiles."
Downloaded CMake and installed
Opened CMake selecting C:/Bullet/bullet-2.77 as the source dir and C:/Bullet/bullet-2.77/lib as the lib dir.
Selected VS v9 2008 Win64.
Clicked Configure
The Generate button remains inactive!!
Got the following warnings:
WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
Win64 using Glut/glut64.lib
WARNING: you are using the obsolete 'GLU' package, please use 'OpenGL' instead
I've now tried importing to VS2010 and using CMake and still can't get a Windows build.
I really do think the build/installation instructions need to be more comprehensive for new users.
Graham