README.md: Fixed spacing, trimmed cmake section
Signed-off-by: Ali Maredia <amaredia@redhat.com>
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
(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
------------