Changes between Version 20 and Version 21 of BuildMacApp


Ignore:
Timestamp:
Apr 3, 2008, 9:11:48 PM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildMacApp

    v20 v21  
    6161Create a parent directory within which to work.  In this description , we will call it BOINC_dev, but you can name it anything you wish.  This parent directory will contain the BOINC source files, your application project, and any other library projects you will use. 
    6262
     63Source files are now archived using Subversion. You can download svnX, a free GUI application for running Subversion from either [http://www.apple.com/downloads/macosx/development_tools/svnx.html] or [http://www.lachoseinteractive.net/en/community/subversion/svnx/].
     64
     65You also need to install Subversion itself. One place to get it is: [http://www.codingmonkeys.de/mbo/]
     66
    6367Get the BOINC source tree from SVN, and put it in the same BOINC_dev folder. To do this, type the following in Terminal:
    6468{{{
     
    6670svn co http://boinc.berkeley.edu/svn/trunk/boinc
    6771}}}
    68       (You may change the name of the boinc directory to anything you wish.)
     72
     73(You may change the name of the boinc directory to anything you wish.)
    6974
    7075The command above retrieves the source code from the HEAD or development branch of the SVN repository. See more information on [SourceCode getting the BOINC source code].
     
    123128== Build Your Application Using Cross-Development ==
    124129
    125 We will use the example_app to illustrate the 3 methods of cross-compiling.   Download this sample project from Subversion, and put it in the same BOINC_dev folder.  To do this, type the following in Terminal:
     130We will use the example_app to illustrate the 3 methods of cross-compiling.   
     131
     132Download this sample project from Subversion, and put it in the same BOINC_dev folder.  To do this, type the following in Terminal:
    126133
    127134{{{