Version 105.1 by Kieran Kelleher on 2007/06/27 10:22

Show last authors
1 == Introduction ==
2
3 Instead of downloading the Wonder binaries, working from the latest source code directly can have some advantages such as:
4
5 * Ability to browse the source code and learn from the wisdom and experience of the WO committers
6 * Put breakpoints in and step through Wonder source when debugging your projects
7 * Provide opportunities to submit patches to bugs you might find in Wonder
8 * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs
9
10 This documents my 'ideal' setup on my own system. I am sure there are variations. Wiki contributors may want to add other pages for what they consider other ideal Wonder setups
11
12 == Downloading Wonder Source from CVS ==
13
14 * Decide on a directory where you will maintain the latest Wonder source tree on your hard drive. I have a directory ',,/WonderLatest' in my home folder.,,
15 * Open a terminal shell and navigate to the directory
16
17 {{noformat}}
18
19 cd ~/WonderLatest
20
21 {{/noformat}}
22
23 * Next perform initial checkout of Wonder source tree from CVS head using the following command. This creates a folder named Wonder
24
25 {{noformat}}
26
27 cvs -z3 -d:pserver:anonymous@wonder.cvs.sourceforge.net:/cvsroot/wonder co -P Wonder
28
29 {{/noformat}}
30
31 == Build and Install Wonder ==
32
33 * Follow the instructions in the INSTALL.txt document in the Wonder directory