diff options
author | dan miller | 2007-10-19 05:22:23 +0000 |
---|---|---|
committer | dan miller | 2007-10-19 05:22:23 +0000 |
commit | 1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43 (patch) | |
tree | 51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9/OPCODE/README-ODE.txt | |
parent | one more for the gipper (diff) | |
download | opensim-SC-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.zip opensim-SC-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.tar.gz opensim-SC-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.tar.bz2 opensim-SC-1ec410ecd725f5a3ccb2d2fc16f48730d9d9fe43.tar.xz |
trying to fix my screwup, please hold on
Diffstat (limited to 'libraries/ode-0.9/OPCODE/README-ODE.txt')
-rw-r--r-- | libraries/ode-0.9/OPCODE/README-ODE.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libraries/ode-0.9/OPCODE/README-ODE.txt b/libraries/ode-0.9/OPCODE/README-ODE.txt deleted file mode 100644 index c5d5800..0000000 --- a/libraries/ode-0.9/OPCODE/README-ODE.txt +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | |||
2 | This is a copy of the OPCODE collision detection library by Pierre Terdiman. | ||
3 | See http://www.codercorner.com/Opcode.htm for more information, and read | ||
4 | the ReadMe.txt in this directory. | ||
5 | |||
6 | If you want to use the TriList (triangle mesh) geometry class in ODE, the | ||
7 | OPCODE library must be compiled. If you are using the autotools support to | ||
8 | compile ODE, you just have to specify --with-trimesh=opcode when calling ./configure. | ||
9 | |||
10 | This code was originally written for and compiled on windows, but it has been | ||
11 | ported so that it should compile under unix/gcc too. Your mileage may vary. | ||
12 | |||
13 | Russ Smith, April 12 2005. | ||