Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Compile Bullet Physics Engine

(1/1)

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,

MortenMacFly:

--- Quote from: Fleve on September 28, 2010, 08:55:40 pm ---Is there any guide to compile Bullet Physics Engine in Code::Blocks without needing Visual Studio?

--- End quote ---
- Import the VC project / solution using the projects importer plugin.
- Remove any remaining VC compiler specific artifacts.
- Exchange VC libraries with he MinGW equivalent (if needed).
- Adjust compiler and linker options as needed.

This has worked for me for every VC project in needed in C::B using MinGW until now... and these have been many!

Notice, if you need the VC compiler, it's even easier.

oBFusCATed:
Fleve: Read the Bullet's forum, there I've seen many threads related to C::B.

Navigation

[0] Message Index

Go to full version