Code::blocks mingw and bullet

gus
Posts: 3
Joined: Sun Apr 22, 2007 4:57 pm

Code::blocks mingw and bullet

Post by gus »

Hello.I am totaly newbye with bullet.Can i use it with Mingw and code::blocks?I did not find any documentation on it.(I can not use VC,it use to much memory and i am working on a USB storage device).
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Post by Erwin Coumans »

There are many build systems, and Bullet only provides samples/support for CMake, jam and visual studio.

CMake can autogenerate many build systems, like XCode, Makefiles etc. Perhaps Codeblocks projectfiles can also be autogenerated using CMake.

Otherwise, it should be possible to generate Codeblocks project for Bullet. The main library are all the files under Bullet/src folder, and the single include path should be the same folder, Bullet/src.

Hope this helps,
Erwin
gus
Posts: 3
Joined: Sun Apr 22, 2007 4:57 pm

Post by gus »

I will try .Thank