From a46fc6a38b05dd40573221750f9ab1d290f5026d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= <vladimir.cunat@nic.cz> Date: Wed, 13 Jul 2016 12:39:36 +0200 Subject: [PATCH] doc/build: mention geoip dependency --- doc/build.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/build.rst b/doc/build.rst index 49ced52e1..6bef4272f 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -49,6 +49,7 @@ There are also *optional* packages that enable specific functionality in Knot DN "luasec_", "``trust anchors``", "TLS for Lua." "libmemcached_", "``modules/memcached``", "To build memcached backend module." "hiredis_", "``modules/redis``", "To build redis backend module." + "geoip_", "``modules/tinyweb``", "To build a proof-of-concept web interface (needs Go as well)." "Go_ 1.5+", "``modules``", "Build modules written in Go." "cmocka_", "``unit tests``", "Unit testing framework." "Doxygen_", "``documentation``", "Generating API documentation." @@ -256,6 +257,7 @@ You can hack on the container by changing the container entrypoint to shell like .. _Go: https://golang.org .. _libmemcached: http://libmemcached.org/libMemcached.html .. _hiredis: https://github.com/redis/hiredis +.. _geoip: https://github.com/abh/geoip .. _Doxygen: http://www.stack.nl/~dimitri/doxygen/manual/index.html .. _breathe: https://github.com/michaeljones/breathe .. _Sphinx: http://sphinx-doc.org/ -- GitLab