File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,15 @@ To build Ceph, follow this procedure:
8181 contains ` do_cmake.sh ` and ` CONTRIBUTING.rst ` .
82822 . Run the ` do_cmake.sh ` script:
8383
84- `` ./do_cmake.sh ``
84+ ./do_cmake.sh
8585
8686 `` do_cmake.sh `` by default creates a "debug build" of Ceph, which can be
8787 up to five times slower than a non-debug build. Pass
8888 `` -DCMAKE_BUILD_TYPE=RelWithDebInfo `` to `` do_cmake.sh `` to create a
8989 non-debug build.
90903 . Move into the ` build ` directory:
9191
92- `` cd build ``
92+ cd build
93934 . Use the ` ninja ` buildsystem to build the development environment:
9494
9595 ninja -j3
@@ -120,11 +120,11 @@ To build Ceph, follow this procedure:
120120
121121 To build only certain targets, run a command of the following form:
122122
123- `` ninja [target name]``
123+ ninja [target name]
124124
1251255 . Install the vstart cluster:
126126
127- `` ninja install``
127+ ninja install
128128
129129### CMake Options
130130
You can’t perform that action at this time.
0 commit comments