- remove deprecated info

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7422 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 64e8c05ba8
commit fec1c5d6fe
  1. 5
      engine/src/bullet/native/bullet-native-build.txt

@ -73,11 +73,6 @@ Requirements:
- Gnu C++ Compiler: http://gcc.gnu.org/
- CMake: http://www.cmake.org/ (or via your package manager of choice)
On Linux, I had to remove two lines from bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt
to compile correctly:
SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.cpp
SpuNarrowPhaseCollisionTask/SpuMinkowskiPenetrationDepthSolver.h
Commands:
> cd bullet-trunk
> cmake -DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_CXX_FLAGS="-fPIC"\

Loading…
Cancel
Save