]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Adds cmake build options for optionally skipping few components 31066/head
authorDeepika Upadhyay <dupadhya@redhat.com>
Tue, 22 Oct 2019 23:27:20 +0000 (04:57 +0530)
committerDeepika Upadhyay <dupadhya@redhat.com>
Wed, 23 Oct 2019 06:27:12 +0000 (11:57 +0530)
Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
doc/dev/quick_guide.rst

index c2f02fe6bc6d47b11fc4734c1f3941beb29d6eb0..873a86e02f975b20ed5ff7b29830ca3c37877ad2 100644 (file)
@@ -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
 --------------------------------