From: Matthias B. <mb...@us...> - 2007-01-10 15:40:57
|
Update of /cvsroot/pyode/pyode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29750 Modified Files: INSTALL Log Message: Updated the INSTALL text. Index: INSTALL =================================================================== RCS file: /cvsroot/pyode/pyode/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** INSTALL 16 Dec 2005 17:06:48 -0000 1.5 --- INSTALL 10 Jan 2007 15:40:54 -0000 1.6 *************** *** 8,12 **** http://www.python.org/ ! - ODE 0.5 http://ode.org/ --- 8,12 ---- http://www.python.org/ ! - ODE 0.7 http://ode.org/ *************** *** 36,48 **** somewhere on your system. The setup script will try to find the ODE installation on your system by trying several common locations. However, if the ! installation can not be found, you will have to modify the variables ODE_BASE ! and/or USER_SETTINGS at the top of the setup.py script to point to the ! installation. - ODE can either be compiled with or without trimesh support. The setup script - checks your ODE user-settings file to determine whether is is supported. If - trimesh support disabled, PyODE's TriMeshData and GeomTriMesh classes will - still be there but they will raise a NotImplementedError exception in their - constructor. If you want to force PyODE to install with trimesh support - regardless of your ODE user-settings, uncomment the variable - TRIMESH_SUPPORT_OVERRIDE in setup.py. \ No newline at end of file --- 36,40 ---- somewhere on your system. The setup script will try to find the ODE installation on your system by trying several common locations. However, if the ! installation can not be found, you will have to modify the setup.py script and ! add the appropriate paths. |