From: Kefu Chai Date: Thu, 24 Sep 2020 14:52:43 +0000 (+0800) Subject: doc/dev/crimson: add instruction on running install-deps.sh for building crimson X-Git-Tag: v16.1.0~909^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3c3c2f6ea07da247d17bf6eb22aa549d2b99591b;p=ceph.git doc/dev/crimson: add instruction on running install-deps.sh for building crimson Signed-off-by: Kefu Chai --- diff --git a/doc/dev/crimson.rst b/doc/dev/crimson.rst index 15bbb05ecf33..2412a7b9d8f7 100644 --- a/doc/dev/crimson.rst +++ b/doc/dev/crimson.rst @@ -15,6 +15,7 @@ Building Crimson Crismon is not enabled by default. To enable it:: + $ WITH_SEASTAR=true ./install-deps.sh $ mkdir build && cd build $ cmake -DWITH_SEASTAR=ON ..