Documented ODE config setting for OSX.

Maarten (mail@maartengribnau.com)
This commit is contained in:
Maarten Gribnau 2002-11-04 20:33:08 +00:00
parent c21d639735
commit efb2c5f509

@ -74,7 +74,7 @@ I could not find it). You could use fink to install Python but that Python
installation depends on X being installed and that is a large installation. installation depends on X being installed and that is a large installation.
If you prefer the easy way: download Python 2.2.2 from http://www.python.org. If you prefer the easy way: download Python 2.2.2 from http://www.python.org.
Follow the instructions to in the documentation to install it on you're box. If Follow the instructions to in the documentation to install it on your box. If
you run OSX 10.2 it should install just fine. Basically a configure and a you run OSX 10.2 it should install just fine. Basically a configure and a
"make" will do the job. The result is a Python library that should be copied to "make" will do the job. The result is a Python library that should be copied to
the library tree together with the associated header files. the library tree together with the associated header files.
@ -94,4 +94,8 @@ to run ranlib by hand once in a while when the make breaks. Luckily, the error
message lists the full path of the file to run ranlib on... Anybody out there message lists the full path of the file to run ranlib on... Anybody out there
with a real solution? with a real solution?
Now wait, don't type make yet! You'll have to edit a config file of ODE first.
go to $NANBLENDERHOME/source/ode/config and edit the file "user-settings" so
that platform is equal to osx (PLATFORM=osx).
Success! Success!