File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,19 @@ we recommend that you build `.deb` or `.rpm` packages, or refer to
7373`` ceph.spec.in `` or `` debian/rules `` to see which configuration options are
7474specified for production builds.
7575
76- To build Ceph, make sure that you are in the top-level ` ceph ` directory that
77- contains ` do_cmake.sh ` and ` CONTRIBUTING.rst ` and run the following commands:
76+ To build Ceph, follow this procedure:
7877
79- ./do_cmake.sh
80- cd build
81- ninja
78+ 1 . Make sure that you are in the top-level ` ceph ` directory that
79+ contains ` do_cmake.sh ` and ` CONTRIBUTING.rst ` .
80+ 2 . Run the ` do_cmake.sh ` script:
81+
82+ > `` ./do_cmake.sh ``
83+ 3 . Move into the ` build ` directory:
84+
85+ > `` cd build ``
86+ 4 . Use the ` ninja ` buildsystem to build the development environment:
87+
88+ > `` ninja ``
8289
8390`` do_cmake.sh `` by default creates a "debug build" of Ceph, which can be up to
8491five times slower than a non-debug build. Pass
You can’t perform that action at this time.
0 commit comments