diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-06-22 20:52:34 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-07-10 06:24:28 +0000 |
commit | eeb762ae331c2c567fb0c64575796c9608cbe7eb (patch) | |
tree | d28f5c1264d7e443c038736fe3aecc3b06cea536 /Documentation/tutorial/part1.md | |
parent | 2a307e7d1b4a34f5257844c42f66f126e4d71708 (diff) |
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>
Diffstat (limited to 'Documentation/tutorial/part1.md')
-rw-r--r-- | Documentation/tutorial/part1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/tutorial/part1.md b/Documentation/tutorial/part1.md index 88be6fff0b..cd22b0b982 100644 --- a/Documentation/tutorial/part1.md +++ b/Documentation/tutorial/part1.md @@ -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 |