.

A forum to store posts deemed exceptionally wise and useful
Post Reply
atari314
Posts: 3
Joined: Sat Apr 20, 2013 3:49 am

.

Post by atari314 »

.
Last edited by atari314 on Thu Oct 27, 2016 5:59 am, edited 2 times in total.
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: [HowTo] Bullet Physics for Windows on Linux using MinGW.

Post by hendu »

Sorry to say, but you asked for that ;) Cross-compiling with cmake is a pain.

As bullet also comes with autoconf, it was very easy for me to cross-compile it for Windows. "./configure --disable-demos --target=i686-mingw32"

The target string depends on your mingw build obviously. No other special steps.
Post Reply