]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
README.md: Add basic CMake instructions
authorAli Maredia <amaredia@redhat.com>
Tue, 4 Aug 2015 16:45:52 +0000 (12:45 -0400)
committerAli Maredia <amaredia@redhat.com>
Thu, 3 Sep 2015 15:37:30 +0000 (11:37 -0400)
README.md: Fixed spacing, trimmed cmake section

Signed-off-by: Ali Maredia <amaredia@redhat.com>
README.md

index db891ea91b3d2d71b345c94e1260dccba3dec090..a3684e40d1e9c38dccfc90187f0738df0e380d7e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,6 +36,9 @@ Debian Squeeze.  Backports for Ceph can be found at ceph.com/debian-leveldb.
 Building Ceph
 =============
 
+Autotools
+---------
+
 Developers, please refer to the [Developer
 Guide](doc/dev/quick_guide.rst) for more information, otherwise, you
 can build the server daemons, and FUSE client, by executing the
@@ -47,6 +50,21 @@ following:
 
 (Note that the FUSE client will only be built if libfuse is present.)
 
+CMake
+-----
+
+Prerequisite:
+        CMake 2.8.11
+
+Build instructions:
+
+       mkdir build
+       cd build
+       cmake [options] /path/to/ceph/src/dir
+       make
+
+(Note that /path/to/ceph/src/dir can be in the tree and out of the tree)
+
 Dependencies
 ------------