diff options
author | Dan Mick <dan.mick@inktank.com> | 2013-04-02 13:01:04 -0700 |
---|---|---|
committer | Dan Mick <dan.mick@inktank.com> | 2013-04-02 13:01:04 -0700 |
commit | 8a6438fefac627e8a81fce46d16d723dabe66131 (patch) | |
tree | bd8643c451de2903a48077a0cfa74d56030e884f /README | |
parent | 6072f8f7c0c1904dd95ffc957269befc5ca954ca (diff) | |
download | ceph-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-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |