summaryrefslogtreecommitdiff
path: root/libs/ode-0.16.1/ou/INSTALL.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ode-0.16.1/ou/INSTALL.TXT')
-rw-r--r--libs/ode-0.16.1/ou/INSTALL.TXT14
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.