[Lunar-commits] CVS: moonbase/libs/ode BUILD, NONE, 1.1 DETAILS, NONE, 1.1

Auke Kok sofar at lunar-linux.org
Mon Oct 11 12:56:49 UTC 2004


Update of /var/cvs/lunar/moonbase/libs/ode
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/libs/ode

Added Files:
	BUILD DETAILS 
Log Message:
needed for blender

--- NEW FILE: BUILD ---
(

  bad_flags ALL &&
  make configure &&
  make &&
  prepare_install &&
  ld --whole-archive -share -o lib/libode.so lib/libode.a &&
  ld --whole-archive -share -o lib/libdrawstuff.so lib/libdrawstuff.a &&
  install -m644 lib/libode.a /usr/lib/ &&
  install -m755 lib/libode.so /usr/lib/ &&
  install -m644 lib/libdrawstuff.a /usr/lib/ &&
  install -m755 lib/libdrawstuff.so /usr/lib/

) > $C_FIFO 2>&1

--- NEW FILE: DETAILS ---
          MODULE=ode
         VERSION=0.5
          SOURCE=$MODULE-$VERSION.tgz
      SOURCE_URL=$SFORGE_URL/opende/
      SOURCE_VFY=sha1:f13756f1192d24101b6d1a3c14feb43efbf0b281
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
        WEB_SITE=http://ode.org/
         ENTERED=20041011
         UPDATED=20041011
           SHORT="an Open Source Physics Engine"
cat << EOF
ODE is an open source, high performance library for simulating rigid
body dynamics. It is fully featured, stable, mature and platform
independent with an easy to use C/C++ API. It has advanced joint types
and integrated collision detection with friction. ODE is useful for
simulating vehicles, objects in virtual reality environments and
virtual creatures. It is currently used in many computer games, 3D
authoring tools and simulation tools.
EOF



More information about the Lunar-commits mailing list