...
Downloading Wonder Source from Subversion
- Decide on a Open a terminal shell and navigate to the directory where you will want to maintain the latest Wonder source tree on your hard drive. I have a directory '~/WonderLatest' in my home folder.
- Open a terminal shell and navigate to the directory
No Format mkdir ~/WonderLatest
- Next perform WonderSource directory and decide on a name of the folder that will contain the Wonder source. For this example, we will use the name WonderSource
- Perform initial checkout of Wonder source tree from Subversion head using the following command. This creates a folder named Wonder checks out the source into the directory WonderLatest
No Format svn co httpshttp://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder ~/WonderLatestWonderSource
- As often as you prefer you can keep this up to date as follows:
No Format cd ~/WonderLatest/path/to/WonderSource svn up
Build and Install Wonder
...