From 8564e5496fe81e34c9b54d6644ed4026765890cc Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 9 Nov 2019 12:14:42 +0100 Subject: [PATCH] Explain Hunter in greater detail. --- README.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.adoc b/README.adoc index 147094a..90a6dfe 100644 --- a/README.adoc +++ b/README.adoc @@ -133,6 +133,21 @@ cmake --build . You can run the tests with `cd tests && ctest`. Install with `make install`, generate binary packages with `make package`. +===== Compiling with Hunter + +If your operating system doesn't provide all the dependencies or the versions +are too old, you can use the Hunter package manager to download and compile all +library dependencies. Keep in mind that the packages from Hunter are not +necessarily up to date. + +[source,shell] +---- +mkdir build +cd build/ +cmake -DHUNTER_ENABLED=YES .. +cmake --build . +---- + == Browser plugins === WebExtension