From 3c3c2f6ea07da247d17bf6eb22aa549d2b99591b Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 24 Sep 2020 22:52:43 +0800 Subject: [PATCH] doc/dev/crimson: add instruction on running install-deps.sh for building crimson Signed-off-by: Kefu Chai --- doc/dev/crimson.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dev/crimson.rst b/doc/dev/crimson.rst index 15bbb05ecf3..2412a7b9d8f 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 .. -- 2.39.5