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:
Con Kolivas 2023-05-30 22:47:24 +10:00
parent b03d09b358
commit 1f7344f193

12
README
View File

@ -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