summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDan Mick <dan.mick@inktank.com>2013-04-02 13:01:04 -0700
committerDan Mick <dan.mick@inktank.com>2013-04-02 13:01:04 -0700
commit8a6438fefac627e8a81fce46d16d723dabe66131 (patch)
treebd8643c451de2903a48077a0cfa74d56030e884f /README
parent6072f8f7c0c1904dd95ffc957269befc5ca954ca (diff)
downloadceph-8a6438fefac627e8a81fce46d16d723dabe66131.tar.gz
README: fix dependency lists
1) automake appeared twice 2) make apt-get command match the list
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index d56ec1f25fb..1bd2b400e9b 100644
--- a/README
+++ b/README
@@ -102,7 +102,6 @@ To build the source code, you must install the following:
- automake
- autoconf
-- automake
- gcc
- g++
- libboost-dev
@@ -127,4 +126,4 @@ To build the source code, you must install the following:
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 libaio-dev libgoogle-perftools-dev libkeyutils-dev uuid-dev libatomic-ops-dev libboost-program-options-dev libboost-thread-dev libexpat1-dev
+ $ apt-get install automake autoconf gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev libaio-dev libgoogle-perftools-dev libkeyutils-dev uuid-dev libatomic-ops-dev libboost-program-options-dev libboost-thread-dev libexpat1-dev libleveldb-dev libsnappy-dev