diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2013-07-20 18:41:40 -0700 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2013-09-17 10:16:19 -0700 |
commit | 6e7e801073d76b2f4b6b7ae4370feaa5c7239c2b (patch) | |
tree | c0171810a6aab0de8982899f7a9292df17d16e6f | |
parent | 5c9e8405a842305cf42fc998d1f027c83cf77b71 (diff) | |
download | ceph-6e7e801073d76b2f4b6b7ae4370feaa5c7239c2b.tar.gz |
doc: add osx build documentation
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
-rw-r--r-- | doc/install/build-prerequisites.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/install/build-prerequisites.rst b/doc/install/build-prerequisites.rst index bdb409729ba..779e3abd1c1 100644 --- a/doc/install/build-prerequisites.rst +++ b/doc/install/build-prerequisites.rst @@ -88,3 +88,17 @@ host. :: zypper install boost-devel gcc-c++ libedit-devel libopenssl-devel fuse-devel +Mac OSX +======= + +Support for OSX is experimental. The following instructions have been tested +on Mac OSX 10.8.4, using Homebrew to install dependencies. Other package +managers such as `Mac Ports` may also work for satisifying depenendices, but +have not been tested. + +- ``snappy`` +- ``boost`` +- ``fuse4x`` + +- tcmalloc, gperftools, and libsnappy infection. + |