From fec1c5d6fe942c408a33f818b70595491f60ba0a Mon Sep 17 00:00:00 2001 From: "nor..67" Date: Wed, 4 May 2011 00:01:09 +0000 Subject: [PATCH] - remove deprecated info git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7422 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- engine/src/bullet/native/bullet-native-build.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engine/src/bullet/native/bullet-native-build.txt b/engine/src/bullet/native/bullet-native-build.txt index 5fcb778eb..c89946cce 100644 --- a/engine/src/bullet/native/bullet-native-build.txt +++ b/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"\