Version 103.1 by Kieran Kelleher on 2007/06/27 10:04

Hide last authors
Kieran Kelleher 102.1 1 == Introduction ==
miguel77mex 77.1 2
Kieran Kelleher 102.1 3 Instead of downloading the Wonder binaries, working from the latest source code directly can have some advantages such as:
miguel77mex 77.1 4
Kieran Kelleher 102.1 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
miguel77mex 77.1 9
Kieran Kelleher 102.1 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
miguel77mex 77.1 11
Kieran Kelleher 102.1 12 == Downloading Wonder Source from CVS ==
miguel77mex 77.1 13
Kieran Kelleher 102.1 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
miguel77mex 77.1 16
Kieran Kelleher 102.1 17 {{noformat}}
miguel77mex 77.1 18
Kieran Kelleher 102.1 19 cd ~/WonderLatest
miguel77mex 77.1 20
Kieran Kelleher 102.1 21 {{/noformat}}
Pascal Robert 79.1 22
Kieran Kelleher 102.1 23 * Next perform initial checkout of Wonder source tree from CVS head using the following command. This creates a folder named Wonder
David Avendasora 90.1 24
miguel77mex 77.1 25 {{noformat}}
26
Kieran Kelleher 102.1 27 cvs -z3 -d:pserver:anonymous@wonder.cvs.sourceforge.net:/cvsroot/wonder co -P Wonder
miguel77mex 77.1 28
29 {{/noformat}}
30
Kieran Kelleher 102.1 31 == Build and Install Wonder ==
Kieran Kelleher 86.1 32
Kieran Kelleher 102.1 33 (to be continued...)