Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-11-09 12:54:36 +01:00
commit 91fc599ec5
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 15 additions and 0 deletions

View File

@ -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