Last modified by Bastian Triller on 2013/10/05 10:40

From version 105.1
edited by Kieran Kelleher
on 2007/06/27 10:22
Change comment: There is no comment for this version
To version 137.1
edited by Kieran Kelleher
on 2007/12/12 09:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -7,8 +7,6 @@
7 7  * Provide opportunities to submit patches to bugs you might find in Wonder
8 8  * Add logging statements in Wonder source so you can better understand what is going when tracking down hard to find bugs
9 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 12  == Downloading Wonder Source from CVS ==
13 13  
14 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.,,
... ... @@ -30,4 +30,13 @@
30 30  
31 31  == Build and Install Wonder ==
32 32  
33 -* Follow the instructions in the INSTALL.txt document in the Wonder directory
31 +* Follow the "Building with Ant" instructions in the BUILD.txt document in the Wonder directory
32 +
33 +== Concepts ==
34 +
35 +This complete procedure results in you having
36 +
37 +* a Wonder directory with the whole Wonder source tree (directories, projects, frameworks, example apps, miscellaneous, etc.) inside.
38 +* The binary Wonder frameworks ("ant frameworks") will be installed in /Library/Frameworks.
39 +* If you ran "ant applications", they will be installed in ...
40 +* If you ran "ant examples", they will be installed in ...