Compiling Fox on MacOS X

NB: Compiling Fox requires XCode version 2.5 (for MacOS X 10.4) or 3.0 (for MacOS X 10.5)

To compile Fox:

#alias wget="curl -O"    # This is only needed on MacOS X 10.4, not 10.5
wget http://garr.dl.sourceforge.net/sourceforge/objcryst/Fox-20080104-R931.tar.bz2
tar -xjf Fox-20080104-R931.tar.bz2
mv Fox-20080104-R931 Fox
cd Fox
wget http://garr.dl.sourceforge.net/sourceforge/wxwindows/wxMac-2.8.7.tar.bz2
svn update    # Optionnal step: this will update to the latest source, and requires subversion to be installed (included on MacOS X 10.5)
cd Fox
make -f macosx.mak dist

Compile/MacOSX (last edited 2008-03-08 23:02:45 by localhost)