Changes between Version 1 and Version 2 of SIMEO/Bullet


Ignore:
Timestamp:
Nov 23, 2009, 12:20:02 PM (14 years ago)
Author:
voicu.octavian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SIMEO/Bullet

    v1 v2  
    11= Bullet Physics Engine =
    22
    3 == Compilation ==
     3== Compiling Locally ==
    44
    55System: Fedora 10
     
    88 * cmake
    99 * freeglut-devel.i386
     10
     11== Compiling on the Cluster ==
     12
     13{{{
     14cmake -Wno-dev -D BUILD_DEMOS=OFF -D BUILD_EXTRAS=OFF -D CMAKE_INSTALL_PREFIX=/export/home/stud/voicu.octavian/bullet -D GLUT_INCLUDE_DIR= .
     15make
     16make install
     17}}}