Demos won't generate executables

Mousie
Posts: 5
Joined: Sun Feb 09, 2014 7:20 am

Demos won't generate executables

Post by Mousie »

I've tried several versions of bullet and several ways of compiling. 'make' and 'make install' were successful, but I just couldn't get the Demos to generate executables :(
I saw on this thread http://bulletphysics.org/Bullet/phpBB3/ ... &view=next that not all demos are included by default so ./premake4_osx --with-demos xcode4 would compile additional demos, but I get the error: invalid option 'with-demos'.

Anyone know why?
Thanks!
Mousie
Posts: 5
Joined: Sun Feb 09, 2014 7:20 am

Re: Demos won't generate executables

Post by Mousie »

Sorry, actually just using ./premake4_osx xcode4 worked for me :)
-Resolved-