Skip to content

Commit

Permalink
doc/dev/macos.rst: disable features not supported on osx
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Sep 17, 2020
1 parent 36d67cf commit 4278e6b
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions doc/dev/macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,30 @@ then, under the source directory of Ceph::

mkdir build
cd build
export PKG_CONFIG_PATH=/usr/local/Cellar/nss/3.48/lib/pkgconfig:/usr/local/Cellar/openssl/1.0.2t/lib/pkgconfig
cmake .. -DBOOST_J=4 \
-DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang \
-DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ \
-DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/opt/llvm/lib" \
-DENABLE_GIT_VERSION=OFF \
-DWITH_MANPAGE=OFF \
-DWITH_LIBCEPHFS=OFF \
-DWITH_XFS=OFF \
-DWITH_KRBD=OFF \
-DWITH_LTTNG=OFF \
-DSNAPPY_ROOT_DIR=/usr/local/Cellar/snappy/1.1.7_1 \
-DWITH_BABELTRACE=OFF \
-DWITH_BLUESTORE=OFF \
-DWITH_CCACHE=OFF \
-DWITH_CEPHFS=OFF \
-DWITH_KRBD=OFF \
-DWITH_LIBCEPHFS=OFF \
-DWITH_LTTNG=OFF \
-DWITH_LZ4=OFF \
-DWITH_MANPAGE=ON \
-DWITH_MGR=OFF \
-DWITH_MGR_DASHBOARD_FRONTEND=OFF \
-DWITH_RADOSGW=OFF \
-DWITH_RDMA=OFF \
-DWITH_SPDK=OFF \
-DSNAPPY_ROOT_DIR=/usr/local/Cellar/snappy/1.1.7_1
-DWITH_SYSTEMD=OFF \
-DWITH_TESTS=OFF \
-DWITH_XFS=OFF

The paths to ``nss`` and ``snappy`` might vary if newer versions of the packages are installed.

Expand Down

0 comments on commit 4278e6b

Please sign in to comment.