diff options
author | Noah Watkins <noahwatkins@gmail.com> | 2013-07-20 18:41:40 -0700 |
---|---|---|
committer | Noah Watkins <noahwatkins@gmail.com> | 2013-07-20 18:41:40 -0700 |
commit | 339c1d462942e4c17a6104a5d91ddad78258e17f (patch) | |
tree | 3cd07d66b96a78e399a3043b46795603d9825b5d | |
parent | c71ba174329183bacd647d1b10558fb2b863b1c7 (diff) | |
download | ceph-339c1d462942e4c17a6104a5d91ddad78258e17f.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. + |