From fc822b233090b7cd8d4d0170a17874c8d12f4c9c Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Wed, 23 Oct 2019 04:57:20 +0530 Subject: [PATCH] doc: Adds cmake build options for optionally skipping few components Signed-off-by: Deepika Upadhyay --- doc/dev/quick_guide.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index c2f02fe6bc6..873a86e02f9 100644 --- a/doc/dev/quick_guide.rst +++ b/doc/dev/quick_guide.rst @@ -15,6 +15,15 @@ the result behaves as expected. $ ./run-make-check.sh +Optionally if you want to work on a specific component of Ceph, +install the dependencies and build Ceph in debug mode with required cmake flags. + +Example: + +.. code:: + + $ ./install-deps.sh + $ ./do_cmake.sh -DWITH_MANPAGE=OFF -DWITH_BABELTRACE=OFF -DWITH_MGR_DASHBOARD_FRONTEND=OFF Running a development deployment -------------------------------- -- 2.39.5