pkgconf works with older distributions and is required on new ones so add it to build requirements when building from git.
This commit is contained in:
parent
b03d09b358
commit
1f7344f193
12
README
12
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user