Differential D1739 Diff 5899 extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h
Changeset View
Changeset View
Standalone View
Standalone View
extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h
| Show All 21 Lines | |||||
| * | * | ||||
| * The main documentation is Bullet_User_Manual.pdf, included in the source code distribution. | * The main documentation is Bullet_User_Manual.pdf, included in the source code distribution. | ||||
| * There is the Physics Forum for feedback and general Collision Detection and Physics discussions. | * There is the Physics Forum for feedback and general Collision Detection and Physics discussions. | ||||
| * Please visit http://www.bulletphysics.org | * Please visit http://www.bulletphysics.org | ||||
| * | * | ||||
| * @section install_sec Installation | * @section install_sec Installation | ||||
| * | * | ||||
| * @subsection step1 Step 1: Download | * @subsection step1 Step 1: Download | ||||
| * You can download the Bullet Physics Library from the Google Code repository: http://code.google.com/p/bullet/downloads/list | * You can download the Bullet Physics Library from the github repository: https://github.com/bulletphysics/bullet3/releases | ||||
| * | * | ||||
| * @subsection step2 Step 2: Building | * @subsection step2 Step 2: Building | ||||
| * Bullet has multiple build systems, including premake, cmake and autotools. Premake and cmake support all platforms. | * Bullet has multiple build systems, including premake, cmake and autotools. Premake and cmake support all platforms. | ||||
| * Premake is included in the Bullet/build folder for Windows, Mac OSX and Linux. | * Premake is included in the Bullet/build folder for Windows, Mac OSX and Linux. | ||||
| * Under Windows you can click on Bullet/build/vs2010.bat to create Microsoft Visual Studio projects. | * Under Windows you can click on Bullet/build/vs2010.bat to create Microsoft Visual Studio projects. | ||||
| * On Mac OSX and Linux you can open a terminal and generate Makefile, codeblocks or Xcode4 projects: | * On Mac OSX and Linux you can open a terminal and generate Makefile, codeblocks or Xcode4 projects: | ||||
| * cd Bullet/build | * cd Bullet/build | ||||
| * ./premake4_osx gmake or ./premake4_linux gmake or ./premake4_linux64 gmake or (for Mac) ./premake4_osx xcode4 | * ./premake4_osx gmake or ./premake4_linux gmake or ./premake4_linux64 gmake or (for Mac) ./premake4_osx xcode4 | ||||
| ▲ Show 20 Lines • Show All 488 Lines • Show Last 20 Lines | |||||