mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
24 lines
589 B
Plaintext
24 lines
589 B
Plaintext
Bullet Maya Plugin
|
|
|
|
|
|
How to build in linux:
|
|
|
|
Please check the beginning of the Makefile to make sure that the variables are correct.
|
|
Then do:
|
|
|
|
make install
|
|
|
|
|
|
-------------------------
|
|
|
|
How to build under Windows, using Microsoft Visual Studio 2005 or later:
|
|
|
|
Open BulletMayaPlugin.sln and select Debug or Release configuration and compile.
|
|
|
|
Maya 2008 is assumed at the default location C:\Program Files\Autodesk\Maya2008\include
|
|
Otherwise change the include path in the project settings.
|
|
|
|
Installation:
|
|
|
|
copy the folder 'icons', 'mvl' and 'scripts' into C:\Program Files\Autodesk\Maya2008
|