logo

badwolf

Minimalist and privacy-oriented WebKitGTK+ browser
commit: 379690e63f294943c27d64a21e68ffb7aa880b22
parent: b748c68f4c0557e4c663d8d108a45f3edfca1898
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 16 Dec 2019 04:07:41 +0100

README.md: Add note about LibSoup

Diffstat:

MREADME.md7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -37,10 +37,11 @@ Motivation from other clients <https://hacktivis.me/articles/www-client%20are%20 ## Manual Installation 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) +- C11 Compiler (such as clang or gcc) +- A pkgconfig implementation, pkg-config and pkgconf are supported +- [WebKitGTK](https://webkitgtk.org/), only the latest stable is supported +- [LibSoup](https://wiki.gnome.org/Projects/libsoup), should be pulled by WebKitGTK - (optionnal) gettext implementation (such as GNU Gettext) Compilation is done with `make`, install with `make install`. An example AppArmor profile is provided at `usr.bin.badwolf`, please do runtime checks before deploying.