Changes between Version 21 and Version 22 of Install


Ignore:
Timestamp:
12/02/09 12:45:52 (14 years ago)
Author:
solj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v21 v22  
    1818== OS X == 
    1919 
     20=== Using native OS X python === 
     21 
    2022First, make sure you have Xcode installed as you need `packagemaker` which comes bundled in the Developer tools. 
    2123 
     
    2628 
    2729Change 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). 
     30 
     31=== Using macports === 
     32 
     33Once macports is installed: 
     34{{{ 
     35$ port install bcfg2 
     36}}}