Wiki source code of Download Wonder Source, Build and Install
Version 138.1 by Lachlan Deck on 2009/02/08 04:08
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
136.1 | 1 | == Introduction == |
![]() |
128.1 | 2 | |
![]() |
136.1 | 3 | Instead of downloading the Wonder binaries, working from the latest source code directly can have some advantages such as: |
![]() |
77.1 | 4 | |
![]() |
136.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 | ||
![]() |
112.1 | 8 | * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs |
9 | |||
![]() |
138.1 | 10 | == Downloading Wonder Source from Subversion == |
![]() |
112.1 | 11 | |
![]() |
136.1 | 12 | * 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.,, |
13 | * Open a terminal shell and navigate to the directory | ||
![]() |
77.1 | 14 | |
![]() |
136.1 | 15 | {{noformat}} |
![]() |
77.1 | 16 | |
![]() |
138.1 | 17 | mkdir ~/WonderLatest |
![]() |
128.1 | 18 | |
![]() |
136.1 | 19 | {{/noformat}} |
![]() |
77.1 | 20 | |
![]() |
138.1 | 21 | * Next perform initial checkout of Wonder source tree from Subversion head using the following command. This creates a folder named Wonder |
![]() |
128.1 | 22 | |
23 | {{noformat}} | ||
24 | |||
![]() |
138.1 | 25 | svn co https://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder ~/WonderLatest |
![]() |
128.1 | 26 | |
27 | {{/noformat}} | ||
28 | |||
![]() |
138.1 | 29 | * As often as you prefer you can keep this up to date as follows: |
30 | |||
31 | {{noformat}} | ||
32 | |||
33 | $ cd ~/WonderLatest | ||
34 | $ svn up | ||
35 | |||
36 | {{/noformat}} | ||
37 | |||
![]() |
136.1 | 38 | == Build and Install Wonder == |
![]() |
128.1 | 39 | |
![]() |
136.1 | 40 | * Follow the "Building with Ant" instructions in the BUILD.txt document in the Wonder directory |
![]() |
118.1 | 41 | |
![]() |
136.1 | 42 | == Concepts == |
![]() |
124.1 | 43 | |
![]() |
136.1 | 44 | This complete procedure results in you having |
![]() |
128.1 | 45 | |
![]() |
136.1 | 46 | * a Wonder directory with the whole Wonder source tree (directories, projects, frameworks, example apps, miscellaneous, etc.) inside. |
47 | * The binary Wonder frameworks ("ant frameworks") will be installed in /Library/Frameworks. | ||
48 | * If you ran "ant applications", they will be installed in ... | ||
49 | * If you ran "ant examples", they will be installed in ... |