diff --git a/README b/README index e1418b6a..154361e6 100644 --- a/README +++ b/README @@ -121,9 +121,9 @@ sudo apt-get install build-essential yasm make -Building from git also requires autoconf and automake: +Building from git also requires autoconf, automake, and pkgconf: -sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev +sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev pkgconf ./autogen.sh @@ -132,14 +132,6 @@ sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev make -If this fails, you may be using a linux distribution that requires the pkgconf -package additionally installed. - -sudo apt-get install pkgconf - -(then resume at the autogen.sh stage above). - - Binaries will be built in the src/ subdirectory. Binaries generated will be: ckpool - The main pool back end