Changes between Version 20 and Version 21 of Install


Ignore:
Timestamp:
11/20/09 10:00:42 (13 years ago)
Author:
solj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v20 v21  
    1414== Configuration == 
    1515Once Bcfg2 is installed, head over to the [wiki:QuickStart] to get it configured and up-and-running. 
     16 
     17 
     18== OS X == 
     19 
     20First, make sure you have Xcode installed as you need `packagemaker` which comes bundled in the Developer tools. 
     21 
     22Check out the source from subversion: 
     23{{{ 
     24svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 
     25}}} 
     26 
     27Change to the osx directory and type make. Your new package should be located at bcfg2-'''$VERSION'''.pkg (where '''$VERSION''' is that which is specified in setup.py).