logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: 644a4ba38d2ab659cb641d8969cebdc274b3f717
parent: 3aa70ca64166c7cdc0ba38018e1db5510649bafe
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 29 Mar 2019 17:29:38 +0100

README.md: Add pkg-config to the dependencies

Diffstat:

MREADME.md1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -34,6 +34,7 @@ Dependencies are: - [WebKitGTK](https://webkitgtk.org/), only the latest stable will be fully supported - C11 Compiler (such as clang or gcc) - POSIX make (works with GNU or BSD) +- A pkg-config implementation (pkg-config and pkgconf are supported) Compilation is done with `make`, install with `make install`.