FreedroidRPG 0.14for Mac OSX
![]()
The universal binary (aka application bundle) of FreedroidRGP 0.14 for OSX is now hosted directly at sourceforge. There's a whole new website at freedroid.org you should check out as well.
Get FreedroidRPG 0.14 for Mac OSX here!
Compile FreedroidRPG
To compile FreedroidRPG for Mac OSX, you need to install any dependencies using MacPorts or fink or installing them manually. I will not delve into that. Configure or compile will complain about missing dependencies, so you should be able to figure out what you need.
Fetch the sources from svn via:
svn co https://freedroid.svn.sourceforge.net/svnroot/freedroid freedroid
Configure with OpenGL support:
$ ./configure --with-apple-opengl-framework CPPFLAGS="-I. -DMACOSX"
$ make
$ ./src/freedroidRPG
$ ./src/freedroidRPG --help