Experiments with Demos?

grasuper
Posts: 2
Joined: Fri Jun 27, 2008 7:38 pm

Experiments with Demos?

Post by grasuper »

Hi,

I'd like to do experiments with Demos to understand Bullet better. (e.g. changing some parameters, ...) For example, I changed some values of VehicleDemo.cpp and executed the following command

bullet-2.69/Demos/VehicleDemo> g++ -o main main.cpp -I../../src -I../OpenGL -lglut -L../../out/linuxx86/optimize/libs -lbulletdynamics -lbulletcollision -lbulletmath

But, it didn't succeed. Did I miss any include path or library? Or other problems?

Thank you very much.
Enrico
Posts: 42
Joined: Thu May 17, 2007 9:34 am
Location: Stuttgart, Germany

Re: Experiments with Demos?

Post by Enrico »

grasuper wrote:But, it didn't succeed. Did I miss any include path or library? Or other problems?
Without the error message nobody can help you.


Why do use a separate shell command instead of the included Makefiles?