Skip to content

Commit

Permalink
Documentation: Use pkgconf over pkg-config
Browse files Browse the repository at this point in the history
Change-Id: I3e9a92d019854214a5760f705b9cbe3cabe6d2e8
Signed-off-by: Elyes Haouas <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83157
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Martin L Roth <[email protected]>
  • Loading branch information
ElyesH committed Jul 10, 2024
1 parent 2a307e7 commit eeb762a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/tutorial/part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eeb762a

Please sign in to comment.