Changes between Version 21 and Version 22 of Install
- Timestamp:
- 12/02/09 12:45:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v21 v22 18 18 == OS X == 19 19 20 === Using native OS X python === 21 20 22 First, make sure you have Xcode installed as you need `packagemaker` which comes bundled in the Developer tools. 21 23 … … 26 28 27 29 Change 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 33 Once macports is installed: 34 {{{ 35 $ port install bcfg2 36 }}}