diff --git a/readme.txt b/readme.txt index 67e0ce15ba1..78ba7a6135d 100644 --- a/readme.txt +++ b/readme.txt @@ -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. 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 "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. @@ -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 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!