summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/osx.txt
diff options
context:
space:
mode:
authorFabian Affolter <fabian@bernewireless.net>2010-11-09 00:15:43 +0100
committerFabian Affolter <fabian@bernewireless.net>2010-11-09 00:15:43 +0100
commit391406c85d86dc931f3fdb2483a14d0f1e7e6355 (patch)
tree97fe00f6a9dcf5d821139766b213418d57b5d31b /doc/installation/distro/osx.txt
parent553c693618321fad2a88030b16d42d3253befaec (diff)
downloadbcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.tar.gz
bcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.tar.bz2
bcfg2-391406c85d86dc931f3fdb2483a14d0f1e7e6355.zip
doc: Massive update
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).
+