OSDN Git Service

- remove deprecated info
authornormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Wed, 4 May 2011 00:01:09 +0000 (00:01 +0000)
committernormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Wed, 4 May 2011 00:01:09 +0000 (00:01 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7422 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

engine/src/bullet/native/bullet-native-build.txt

index 5fcb778..c89946c 100644 (file)
@@ -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"\