Changes for page Getting the Wonder Source Code
Last modified by Bastian Triller on 2013/10/05 10:40
From version 212.1
edited by Kieran Kelleher
on 2010/08/14 19:52
on 2010/08/14 19:52
Change comment:
There is no comment for this version
To version 211.1
edited by Kieran Kelleher
on 2010/01/11 12:30
on 2010/01/11 12:30
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,20 +9,28 @@ 9 9 10 10 == Downloading Wonder Source from Subversion == 11 11 12 -* Open a terminal shellandnavigateto thedirectory where you wanttomaintain the WonderSourcedirectory and decide ona nameofthefolderthatwillcontaintheWondersource. Forthisexample,we will use the name//WonderSource//13 -* Perform initialcheckoutof Wondersource tree fromSubversionheadusing thefollowingcommand.This checks outthesource into the directoryWonderLatest12 +* 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 14 14 15 15 {{noformat}} 16 16 17 - svn co http://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder WonderSource17 +mkdir ~/WonderLatest 18 18 19 19 {{/noformat}} 20 20 21 +* Next perform initial checkout of Wonder source tree from Subversion head using the following command. This creates a folder named Wonder 22 + 23 +{{noformat}} 24 + 25 +svn co https://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder ~/WonderLatest 26 + 27 +{{/noformat}} 28 + 21 21 * As often as you prefer you can keep this up to date as follows: 22 22 23 23 {{noformat}} 24 24 25 -cd / path/to/WonderSource33 +cd ~/WonderLatest 26 26 svn up 27 27 28 28 {{/noformat}} ... ... @@ -35,13 +35,13 @@ 35 35 36 36 The default instructions in Wonder's BUILD.txt produce binaries that are compatable with WO 5.3.3. If you are using WO 5.4.X, then you need to add the "-Dwonder.patch=54" option to the ant commands. For example: 37 37 38 -ant \-Dwonder.patch=54 frameworks; sudo ant\-Dwonder.patch=54 frameworks.install46 +ant -Dwonder.patch=54 frameworks; sudo ant -Dwonder.patch=54 frameworks.install 39 39 40 40 {{/warning}} 41 41 42 42 == Concepts == 43 43 44 -This complete procedure results in you having 52 +This complete procedure results in you having 45 45 46 46 * a Wonder directory with the whole Wonder source tree (directories, projects, frameworks, example apps, miscellaneous, etc.) inside. 47 47 * The binary Wonder frameworks ("ant frameworks") will be installed in /Library/Frameworks.