]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
README: fix dependency lists
authorDan Mick <dan.mick@inktank.com>
Tue, 2 Apr 2013 20:01:04 +0000 (13:01 -0700)
committerDan Mick <dan.mick@inktank.com>
Tue, 2 Apr 2013 20:01:04 +0000 (13:01 -0700)
1) automake appeared twice
2) make apt-get command match the list

README

diff --git a/README b/README
index d56ec1f25fb4d714675afa3209bcf2922e762590..1bd2b400e9bacd88f09dc08bccc81aae75fe0b97 100644 (file)
--- 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