diff options
author | sanine <sanine.not@pm.me> | 2022-10-01 20:59:36 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-10-01 20:59:36 -0500 |
commit | c5fc66ee58f2c60f2d226868bb1cf5b91badaf53 (patch) | |
tree | 277dd280daf10bf77013236b8edfa5f88708c7e0 /libs/ode-0.16.1/ou/INSTALL.TXT | |
parent | 1cf9cc3408af7008451f9133fb95af66a9697d15 (diff) |
add ode
Diffstat (limited to 'libs/ode-0.16.1/ou/INSTALL.TXT')
-rw-r--r-- | libs/ode-0.16.1/ou/INSTALL.TXT | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/ode-0.16.1/ou/INSTALL.TXT b/libs/ode-0.16.1/ou/INSTALL.TXT new file mode 100644 index 0000000..f250edc --- /dev/null +++ b/libs/ode-0.16.1/ou/INSTALL.TXT @@ -0,0 +1,14 @@ +Currently OU provides project files for Visual Studio 6, Visual Studio 2005
+and makefile for GCC. These are located in "build" directory.
+Makefile is quite simple and may not work on some platforms. Makefile does not
+have "clean" targets and does not track header changes. Further in this file
+you can find how to delete build output files to re-run a clean build.
+
+There is also a test project file in "test" directory that covers all the
+library functionality and allows to make sure everything is fine on
+a particular platform.
+
+All the intermediate files are generated in "intermediate" directory.
+Library output files are placed in "lib" directory.
+Test binary is placed in "bin" directory.
+Having these three folders deleted you can return to initial state.
|