From 8a6438fefac627e8a81fce46d16d723dabe66131 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Tue, 2 Apr 2013 13:01:04 -0700 Subject: [PATCH] README: fix dependency lists 1) automake appeared twice 2) make apt-get command match the list --- README | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.47.3