From d92d17ef7f4ecd9029d91aeade92f0bab2447fc7 Mon Sep 17 00:00:00 2001 From: dan miller Date: Fri, 19 Oct 2007 05:57:03 +0000 Subject: windows: ODE binaries and build patches --- libraries/ode-0.9/opensim_build_notes.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 libraries/ode-0.9/opensim_build_notes.txt (limited to 'libraries/ode-0.9/opensim_build_notes.txt') 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 @@ +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 -- cgit v1.1