aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ode-0.9/opensim_build_notes.txt
blob: b5708a0b5aff33d67646258e8c50dd41b50a961d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
source: 
http://downloads.sourceforge.net/opende/ode-src-0.9.zip

changes:
build/vs2005/ode.sln: Configuration Properties/General/Use Of MFC = "Use MFC in a Static Library"
changed default configuration to release
created contrib/Ode.NET/Ode.NET.sln using premake --target vs2005

build:

windows:
compiler: Visual Studio 2005 Express
build/vs2005/ode.sln
build all
copy lib/releasedll/ode.dll to trunk/bin

compiler: Visual Studio 2005 Express
contrib/Ode.NET
Ode.NET.sln
build all
copy Ode/obj/Release/Ode.NET.dll to trunk/bin

linux:
configure --enable-shared
make -k
ignore the compile errors on drawstuff
copy libode.so to bin