News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compile Bullet Physics Engine

Started by Fleve, September 28, 2010, 08:55:40 PM

Previous topic - Next topic

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?
- 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oBFusCATed

Fleve: Read the Bullet's forum, there I've seen many threads related to C::B.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]