summaryrefslogtreecommitdiffstats
path: root/doc/installation/distro/osx.txt
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2010-12-08 19:43:54 -0600
committerSol Jerome <sol.jerome@gmail.com>2010-12-08 19:43:54 -0600
commit477c0fc85218cba12597cf3daf7728b127b0fd64 (patch)
tree0da3e2c73535cd97c22791e51e20b18b3192506c /doc/installation/distro/osx.txt
parent9f55492d9213861c75496e6c493ad90bb5c23872 (diff)
downloadbcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.tar.gz
bcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.tar.bz2
bcfg2-477c0fc85218cba12597cf3daf7728b127b0fd64.zip
doc: Finish merging remaining documentation updates
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/installation/distro/osx.txt')
-rw-r--r--doc/installation/distro/osx.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/installation/distro/osx.txt b/doc/installation/distro/osx.txt
deleted file mode 100644
index 8b7a5a95d..000000000
--- a/doc/installation/distro/osx.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-.. -*- 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).
-