Changes between Version 20 and Version 21 of Install
- Timestamp:
- 11/20/09 10:00:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v20 v21 14 14 == Configuration == 15 15 Once Bcfg2 is installed, head over to the [wiki:QuickStart] to get it configured and up-and-running. 16 17 18 == OS X == 19 20 First, make sure you have Xcode installed as you need `packagemaker` which comes bundled in the Developer tools. 21 22 Check out the source from subversion: 23 {{{ 24 svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 25 }}} 26 27 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).