Page 1 of 1

.

Posted: Thu Aug 15, 2013 6:01 am
by atari314
.

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

Posted: Thu Aug 15, 2013 10:45 am
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.