# Checkout the source from subversion repository into a new directory named "WonderSource"
# Note instead of HEAD, you can use a specific svn version number if you want
svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder --revision <ARG>HEAD WonderSource
# Navigate into the working copy root
cd WonderSource
# Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir)
ant -DWonderDwonder.patch=54 frameworks
# Install the frameworks (this just copies the built frameworks from ~/Roots to
# the runtime Frameworks directory, usually at /Library/Frameworks
sudo ant -DWonderDwonder.patch=54 frameworks.install
|