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

From version 209.1
edited by franc
on 2010/09/13 17:54
Change comment: There is no comment for this version
To version 207.1
edited by Kieran Kelleher
on 2010/09/13 15:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.franc
1 +XWiki.kieran
Content
... ... @@ -22,11 +22,11 @@
22 22  cd WonderSource
23 23  
24 24  # Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir)
25 -ant -DWonder.patch=54 frameworks
25 +ant -Dwonder.patch=54 frameworks
26 26  
27 -# Install the frameworks (this just copies the built frameworks from ~/Roots to
27 +# Install the frameworks (this just copies the built frameworks from ~/Roots to
28 28  # the runtime Frameworks directory, usually at /Library/Framrworks
29 -sudo ant -DWonder.patch=54 frameworks.install
29 +sudo ant -Dwonder.patch=54 frameworks.install
30 30  
31 31  {{/code}}
32 32  
... ... @@ -41,7 +41,7 @@
41 41  # Build the frameworks from the source (BTW, they get built into a directory named Roots in your home dir)
42 42  ant frameworks
43 43  
44 -# Install the frameworks (this just copies the built frameworks from ~/Roots to
44 +# Install the frameworks (this just copies the built frameworks from ~/Roots to
45 45  # the runtime Frameworks directory, usually at /Library/Framrworks
46 46  sudo ant frameworks.install
47 47  
... ... @@ -62,7 +62,7 @@
62 62  # Navigate to the original Wonder source directory that you created above during initial source installation
63 63  $ cd /path/to/WonderSource
64 64  
65 -# Update the source to the HEAD revision (aka latest). You can also use a specific svn
65 +# Update the source to the HEAD revision (aka latest). You can also use a specific svn
66 66  # repository version instead of the term 'HEAD', for example 11272
67 67  svn update --force --accept theirs-full --revision HEAD
68 68  
... ... @@ -88,7 +88,7 @@
88 88  # Navigate to the original Wonder source directory that you created above during initial source installation
89 89  $ cd /path/to/WonderSource
90 90  
91 -# Update the source to the HEAD revision (aka latest). You can also use a specific svn
91 +# Update the source to the HEAD revision (aka latest). You can also use a specific svn
92 92  # repository version instead of the term 'HEAD', for example 11272
93 93  svn update --force --accept theirs-full --revision HEAD
94 94  
... ... @@ -105,6 +105,6 @@
105 105  
106 106  {{info}}
107 107  
108 -If you have any trouble or errors due to your working copy getting hosed, then simply delete the entire working copy directory, the \~/Roots directory and just start over using the initial source installation procedure outlined above.
108 +If you have any trouble or errors due to your working copy getting hosed, then simply delete the entire working copy directory, the ~/Roots directory and just start over using the initial source installation procedure outlined above.
109 109  
110 110  {{/info}}