aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/opensim_build_notes.txt
diff options
context:
space:
mode:
authordan miller2007-10-19 05:57:03 +0000
committerdan miller2007-10-19 05:57:03 +0000
commitd92d17ef7f4ecd9029d91aeade92f0bab2447fc7 (patch)
tree315876e002c569c9040e41ac3acfe50fa80dc6e1 /libraries/ode-0.9/opensim_build_notes.txt
parentfrom the start... checking in ode-0.9 (diff)
downloadopensim-SC_OLD-d92d17ef7f4ecd9029d91aeade92f0bab2447fc7.zip
opensim-SC_OLD-d92d17ef7f4ecd9029d91aeade92f0bab2447fc7.tar.gz
opensim-SC_OLD-d92d17ef7f4ecd9029d91aeade92f0bab2447fc7.tar.bz2
opensim-SC_OLD-d92d17ef7f4ecd9029d91aeade92f0bab2447fc7.tar.xz
windows: ODE binaries and build patches
Diffstat (limited to '')
-rwxr-xr-xlibraries/ode-0.9/opensim_build_notes.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/libraries/ode-0.9/opensim_build_notes.txt b/libraries/ode-0.9/opensim_build_notes.txt
new file mode 100755
index 0000000..b5708a0
--- /dev/null
+++ b/libraries/ode-0.9/opensim_build_notes.txt
@@ -0,0 +1,27 @@
1source:
2http://downloads.sourceforge.net/opende/ode-src-0.9.zip
3
4changes:
5build/vs2005/ode.sln: Configuration Properties/General/Use Of MFC = "Use MFC in a Static Library"
6changed default configuration to release
7created contrib/Ode.NET/Ode.NET.sln using premake --target vs2005
8
9build:
10
11windows:
12compiler: Visual Studio 2005 Express
13build/vs2005/ode.sln
14build all
15copy lib/releasedll/ode.dll to trunk/bin
16
17compiler: Visual Studio 2005 Express
18contrib/Ode.NET
19Ode.NET.sln
20build all
21copy Ode/obj/Release/Ode.NET.dll to trunk/bin
22
23linux:
24configure --enable-shared
25make -k
26ignore the compile errors on drawstuff
27copy libode.so to bin