summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTommi Virtanen <tommi.virtanen@dreamhost.com>2012-05-03 10:15:21 -0700
committerTommi Virtanen <tommi.virtanen@dreamhost.com>2012-05-03 10:15:21 -0700
commit5465e810977d5621f107bf1fea1a4740e11a3290 (patch)
tree04da84f6b7b3e4cd5a27b7844e554519c74ecd16 /README
parent93dcc9886fb833e987efd7eaf3bb71d84d79eda9 (diff)
downloadceph-5465e810977d5621f107bf1fea1a4740e11a3290.tar.gz
doc: Whitespace cleanup.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Diffstat (limited to 'README')
-rw-r--r--README56
1 files changed, 27 insertions, 29 deletions
diff --git a/README b/README
index ee25e7c6122..dfa1bdc0357 100644
--- a/README
+++ b/README
@@ -27,8 +27,8 @@ Building Ceph
=============
To prepare the source tree after it has been git cloned,
-
- $ git submodule update --init
+
+ $ git submodule update --init
To build the server daemons, and FUSE client, execute the following:
@@ -72,19 +72,19 @@ Building the Documentation
Prerequisites
-------------
-To build the documentation, you must install the following:
+To build the documentation, you must install the following:
-- python-dev
-- python-pip
-- python-virualenv
-- doxygen
+- python-dev
+- python-pip
+- python-virualenv
+- doxygen
- ditaa
-- libxml2-dev
-- libxslt-dev
-- dot
+- libxml2-dev
+- libxslt-dev
+- dot
- graphviz
-For example:
+For example:
sudo apt-get install python-dev python-pip python-virualenv doxygen ditaa libxml2-dev libxslt-dev dot graphviz
@@ -98,25 +98,23 @@ To build the documentation, ensure that you are in the top-level `/ceph director
Build Prerequisites
-------------------
-To build the source code, you must install the following:
-
-- automake
-- autoconf
-- automake
-- gcc
-- g++
-- libboost-dev
-- libedit-dev
-- libssl-dev
-- libtool
-- libfcgi
-- libfcgi-dev
-- libfuse-dev
-- linux-kernel-headers
+To build the source code, you must install the following:
+
+- automake
+- autoconf
+- automake
+- gcc
+- g++
+- libboost-dev
+- libedit-dev
+- libssl-dev
+- libtool
+- libfcgi
+- libfcgi-dev
+- libfuse-dev
+- linux-kernel-headers
- libcrypto++-dev
-For example:
+For example:
$ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev
-
-