Skip to content

Commit 65f2490

Browse files
committed
DOC: Incude installation instructions fro `pkg-config'.
Thanks to a suggestion by @blake-regalia.
1 parent 9b19537 commit 65f2490

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@ dependencies installed:
2828
files to be ingested, and allows GNU zipped HDT files to be loaded.
2929

3030
- `sudo apt install gzip` on Debian-based distros (e.g., Ubuntu)
31-
- `sudo dnf install gzip` in Red Hat-based distros (e.g., Fedora)
31+
- `sudo dnf install gzip` on Red Hat-based distros (e.g., Fedora)
32+
33+
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
34+
A helper tool for compiling applications and libraries.
35+
36+
- `sudo apt install pkg-config` on Debian-based distros (e.g.,
37+
Ubuntu)
38+
- `sudo dnf install pkgconf-pkg-config` on Red Hat-based distros
39+
(e.g., Fedora)
3240

3341
- [Serd v0.28+](https://github.com/drobilla/serd) The default parser
3442
that is used to process RDF input files. It supports the N-Quads,

0 commit comments

Comments
 (0)