summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/osx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/installation/distro/osx.txt')
-rw-r--r--doc/installation/distro/osx.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/installation/distro/osx.txt b/doc/installation/distro/osx.txt
new file mode 100644
index 000000000..8b7a5a95d
--- /dev/null
+++ b/doc/installation/distro/osx.txt
@@ -0,0 +1,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).
+