summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/osx.txt
blob: 8b7a5a95d8375e5a76fea3d1c6dda5957476bed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.. -*- mode: rst -*-

.. _osx-installation:

.. _Freenode: http://chat.freenode.net
.. _#bcfg2: irc://chat.freenode.net/bcfg2


OS X
====

Once macports is installed::

    port install bcfg2

Using native OS X python
------------------------

First, make sure you have Xcode installed as you need `packagemaker` which 
comes bundled in the Developer tools.

Clone the git source::

    git clone git://git.mcs.anl.gov/bcfg2.git

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).