Closed GoogleCodeExporter closed 9 years ago
make install after using autotools (./configure, make, make install) or cmake
(cmake . -G "Unix Makefiles", make, make install)
Please consider writing a patch to fix this if you can.
Original comment by erwin.coumans
on 24 Oct 2012 at 12:31
Hi,
This is the way I patch the r2616 Makefile.am to do the job. It works for me,
but as I'm not expert in Makefile writing.
I hope this will be usefull !
Best regards,
Jonathan
# It uses platform neutral UTF-8 encoding and \n newlines.
--- Base (BASE)
+++ Locally Modified (Based On LOCAL)
@@ -380,6 +380,10 @@
nobase_bullet_include_HEADERS += \
+ BulletSoftBody/btDefaultSoftBodySolver.h \
+ BulletSoftBody/btSoftBodyData.h \
+ BulletSoftBody/btSoftBodySolvers.h \
+ BulletSoftBody/btSoftBodySolverVertexBuffer.h \
BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h \
BulletSoftBody/btSoftBodyInternals.h \
BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h \
@@ -445,6 +449,7 @@
BulletCollision/CollisionShapes/btTriangleBuffer.h \
BulletCollision/CollisionShapes/btConvexShape.h \
BulletCollision/CollisionShapes/btConvex2dShape.h \
+ BulletCollision/CollisionShapes/btConvexPolyhedron.h \
BulletCollision/CollisionShapes/btStaticPlaneShape.h \
BulletCollision/CollisionShapes/btConeShape.h \
BulletCollision/CollisionShapes/btCollisionShape.h \
@@ -465,6 +470,7 @@
BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h \
BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h \
BulletCollision/NarrowPhaseCollision/btPersistentManifold.h \
+ BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.h \
BulletCollision/NarrowPhaseCollision/btManifoldPoint.h \
BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h \
BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h \
Original comment by jonathan.besanceney@gmail.com
on 24 Oct 2012 at 8:28
Attachments:
See https://github.com/bulletphysics/bullet3/issues/114
Original comment by erwin.coumans
on 30 Mar 2014 at 7:22
Original issue reported on code.google.com by
jonathan.besanceney@gmail.com
on 19 Oct 2012 at 2:57