Our platform is developed under VxWorks using Wind River Workbench (which is based on Eclipse) and I'm finding it difficult to start using Bullet in it.
If anyone can help me, please. I've copied bullet src folder to a new folder y my project and added the inlude line:
Code: Select all
#include "Bullet\btBulletCollisionCommon.h"
After this, if I try to build, many problems appear, which should be normal as I must include the libraries libbulletcollision, libbulletmath. This is my main problem, I don't know how to include them, not even sure which ones I should include as none are found under the \lib directory.
Thanks for your help.