reverted jam buildsystem, until changed for make is working,

minor fix in island processing
This commit is contained in:
ejcoumans
2006-12-25 20:39:39 +00:00
parent 8d92ca34c2
commit 24691e8eb8
7 changed files with 273 additions and 2061 deletions

22
INSTALL
View File

@@ -1,27 +1,22 @@
Bullet Collision Detection and Physics Library
Building: read the Bullet_User_Manual.pdf or:
Compile
Under Windows, projectfiles for Visual Studio version 6,7,7.1 and 8 are available in msvc/<version>.
For example, for Visual Studio 2005, open msvc/8/wksbullet.sln
The ColladaDemo and ConvexDecomposition demo needs to be able to locate the data files (jenga.dae and file.obj) in the current directory. Make sure Visual Studio points to the right folder (..\..).
Alternatively you can use Cmake for all platforms including Win32, Mac OS X (PPC/Intel), Linux, BSD etc.
Cmake allows to autogenerate MSVC, Xcode, Kdevelop, UNIX Makefiles etc:
Download cmake from http://cmake.org
./cmake . -G Xcode
You can replace Xcode by other available build systems. Just run cmake to see which are available for your platform.
Two more options: make and jam.
For other systems, for example Linux or Mac OS-X:
./autogen.sh
Download/install CMake from www.cmake.org, and run cmake . -G Xcode (or replace Xcode with other available buildsystem).
Alternatively use jam:
./configure
jam
or
make
jam
If jam is not available for your system, you can compile it, jam sources are included with the Bullet sources in jam-2.5
@@ -33,8 +28,9 @@ make
(as root)
sudo ./jam0 install
su
For more help, visit http://www.bulletphysics.com/Bullet/phpBB2
make install
For more help, visit http://www.continuousphysics.com