Skip to content

Commit

Permalink
ci: switch to pkgconf on macOS
Browse files Browse the repository at this point in the history
Change-Id: I5a2dbd6346236361e8077e995e7c8da503501b3c
  • Loading branch information
Pesa committed Dec 10, 2024
1 parent ee97f53 commit 914eb28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jenkins.d/00-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ APT_PKGS=(
pkg-config
python3
)
FORMULAE=(boost openssl pkg-config)
FORMULAE=(boost openssl pkgconf)
PIP_PKGS=()
case $JOB_NAME in
*code-coverage)
Expand Down
4 changes: 2 additions & 2 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ following platforms:
- Debian 11 (bullseye)
- Debian 12 (bookworm)
- CentOS Stream 9
- macOS 12 / 13 / 14
- macOS 12 / 13 / 14 / 15

NFD should also work on the following platforms, although they are not officially
supported:
Expand Down Expand Up @@ -98,7 +98,7 @@ Prerequisites
Install the `ndn-cxx library <https://docs.named-data.net/ndn-cxx/current/INSTALL.html>`__
and its prerequisites.

On Linux, NFD needs the following dependencies to enable optional features:
On Linux, NFD needs the following *optional* dependencies to enable additional features:

- On **Debian** and **Ubuntu**:

Expand Down

0 comments on commit 914eb28

Please sign in to comment.