diff options
author | dan miller | 2007-10-21 08:36:32 +0000 |
---|---|---|
committer | dan miller | 2007-10-21 08:36:32 +0000 |
commit | 2f8d7092bc2c9609fa98d6888106b96f38b22828 (patch) | |
tree | da6c37579258cc965b52a75aee6135fe44237698 /libraries/ode-0.9/opensim_build_notes.txt | |
parent | * Committing new PolicyManager based on an ACL system. (diff) | |
download | opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.zip opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.gz opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.bz2 opensim-SC_OLD-2f8d7092bc2c9609fa98d6888106b96f38b22828.tar.xz |
libraries moved to opensim-libs, a new repository
Diffstat (limited to 'libraries/ode-0.9/opensim_build_notes.txt')
-rwxr-xr-x | libraries/ode-0.9/opensim_build_notes.txt | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libraries/ode-0.9/opensim_build_notes.txt b/libraries/ode-0.9/opensim_build_notes.txt deleted file mode 100755 index b5708a0..0000000 --- a/libraries/ode-0.9/opensim_build_notes.txt +++ /dev/null | |||
@@ -1,27 +0,0 @@ | |||
1 | source: | ||
2 | http://downloads.sourceforge.net/opende/ode-src-0.9.zip | ||
3 | |||
4 | changes: | ||
5 | build/vs2005/ode.sln: Configuration Properties/General/Use Of MFC = "Use MFC in a Static Library" | ||
6 | changed default configuration to release | ||
7 | created contrib/Ode.NET/Ode.NET.sln using premake --target vs2005 | ||
8 | |||
9 | build: | ||
10 | |||
11 | windows: | ||
12 | compiler: Visual Studio 2005 Express | ||
13 | build/vs2005/ode.sln | ||
14 | build all | ||
15 | copy lib/releasedll/ode.dll to trunk/bin | ||
16 | |||
17 | compiler: Visual Studio 2005 Express | ||
18 | contrib/Ode.NET | ||
19 | Ode.NET.sln | ||
20 | build all | ||
21 | copy Ode/obj/Release/Ode.NET.dll to trunk/bin | ||
22 | |||
23 | linux: | ||
24 | configure --enable-shared | ||
25 | make -k | ||
26 | ignore the compile errors on drawstuff | ||
27 | copy libode.so to bin | ||