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:
Adlai Chandrasekhar 2025-01-09 00:41:20 +00:00
parent 66aa6a47bd
commit dcd8641c7f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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