mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
doc: Update dependency installation for Debian/Ubuntu
According to the description for pkg-config, "pkgconf is a replacement for pkg-config, providing additional functionality while also maintaining compatibility. This package only provides a dependency link to the pkgconf package to help with package upgrades. It can be safely removed." Thus doc/build-unix.md and depends/README.md are updated.
This commit is contained in:
parent
66aa6a47bd
commit
dcd8641c7f
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ The paths are automatically configured and no other options are needed.
|
|||
|
||||
Skip the following packages if you don't intend to use the GUI and will build with [`NO_QT=1`](#dependency-options):
|
||||
|
||||
apt install bison g++ pkg-config python3 xz-utils
|
||||
apt install bison g++ pkgconf python3 xz-utils
|
||||
|
||||
#### For macOS cross compilation
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ Finally, clang (often less resource hungry) can be used instead of gcc, which is
|
|||
|
||||
Build requirements:
|
||||
|
||||
sudo apt-get install build-essential cmake pkg-config python3
|
||||
sudo apt-get install build-essential cmake pkgconf python3
|
||||
|
||||
Now, you can either build from self-compiled [depends](#dependencies) or install the required dependencies:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue