]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/crimson: add instruction on running install-deps.sh for building crimson
authorKefu Chai <kchai@redhat.com>
Thu, 24 Sep 2020 14:52:43 +0000 (22:52 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 6 Oct 2020 09:06:35 +0000 (17:06 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/dev/crimson.rst

index 15bbb05ecf33ccbf4ecab36642ed7f798b72c1df..2412a7b9d8f7970317cbc06f7580c90b38bdfa5e 100644 (file)
@@ -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 ..