aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9\/opensim_build_notes.txt
diff options
context:
space:
mode:
authordan miller2007-10-19 04:28:53 +0000
committerdan miller2007-10-19 04:28:53 +0000
commit0fc46fc9590912bf6925c899edd02d7a2cdf5f79 (patch)
tree51bcae7a1b8381a6bf6fd8025a7de1e30fe0045d /libraries/ode-0.9\/opensim_build_notes.txt
parentsmall bit of refactoring (diff)
downloadopensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.zip
opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.gz
opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.bz2
opensim-SC_OLD-0fc46fc9590912bf6925c899edd02d7a2cdf5f79.tar.xz
adding ode source to /libraries
Diffstat (limited to 'libraries/ode-0.9\/opensim_build_notes.txt')
-rwxr-xr-xlibraries/ode-0.9\/opensim_build_notes.txt23
1 files changed, 23 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..16f9a72
--- /dev/null
+++ b/libraries/ode-0.9\/opensim_build_notes.txt
@@ -0,0 +1,23 @@
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: