Documentation: Use pkgconf over pkg-config
Change-Id: I3e9a92d019854214a5760f705b9cbe3cabe6d2e8 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83157 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
parent
2a307e7d1b
commit
eeb762ae33
@ -30,7 +30,7 @@ Download, configure, and build coreboot
|
||||
|
||||
Debian based distros:
|
||||
`sudo apt-get install -y bison build-essential curl flex git gnat
|
||||
libncurses-dev libssl-dev zlib1g-dev pkg-config`
|
||||
libncurses-dev libssl-dev zlib1g-dev pkgconf`
|
||||
|
||||
Arch based distros:
|
||||
`sudo pacman -S base-devel curl git gcc-ada ncurses zlib`
|
||||
@ -206,7 +206,7 @@ of the installed packages:
|
||||
* `m4, bison, curl, flex, zlib1g-dev, gcc, gnat` and `g++` or `clang`
|
||||
are needed to build the coreboot toolchain. `gcc` and `gnat` have to be
|
||||
of the same version.
|
||||
* `libssl-dev, pkg-config` are needed to build coreboot image (Step 6).
|
||||
* `libssl-dev, pkgconf` are needed to build coreboot image (Step 6).
|
||||
In particular, `libcrypto` provided by `libssl-dev` package.
|
||||
|
||||
If you started with a different distribution or package management
|
||||
|
Loading…
x
Reference in New Issue
Block a user