Compiling Bullet in Code::Blocks

Fleve
Posts: 2
Joined: Sun Sep 26, 2010 7:59 pm

Compiling Bullet in Code::Blocks

Post by Fleve »

Hello all.

Is there any guide to compile Bullet Physics Engine in Code::Blocks without needing Visual Studio?

I want to integrate it in my project that I have already started with Code::Blocks since some months...

Thank you very much. Best regards,
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Compiling Bullet in Code::Blocks

Post by Erwin Coumans »

You should be able to generate Code::Blocks project files using cmake or cmake-gui.

Thanks,
Erwin