From: Deepika Upadhyay Date: Tue, 22 Oct 2019 23:27:20 +0000 (+0530) Subject: doc: Adds cmake build options for optionally skipping few components X-Git-Tag: v15.1.0~1177^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fc822b233090b7cd8d4d0170a17874c8d12f4c9c;p=ceph.git doc: Adds cmake build options for optionally skipping few components Signed-off-by: Deepika Upadhyay --- diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index c2f02fe6bc6d..873a86e02f97 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 --------------------------------