From 9417cd170b9db031031bae3a9b4edcf87913cfa8 Mon Sep 17 00:00:00 2001 From: Frantisek Tobias Date: Thu, 1 Aug 2024 13:03:58 +0200 Subject: [PATCH 1/2] doc/dev: changed libknot version in Building with Meson documentation to 3.3.0+ --- doc/dev/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/build.rst b/doc/dev/build.rst index 2e8e7d17b..3ae390318 100644 --- a/doc/dev/build.rst +++ b/doc/dev/build.rst @@ -86,7 +86,7 @@ The following dependencies are needed to build and run Knot Resolver with core f "meson >= 0.49", "*build only* [#]_" "C and C++ compiler", "*build only* [#]_" "`pkg-config`_", "*build only* [#]_" - "libknot_ 3.0.2+", "Knot DNS libraries" + "libknot_ 3.3.0+", "Knot DNS libraries" "LuaJIT_ 2.0+", "Embedded scripting language" "libuv_ 1.7+", "Multiplatform I/O and services" "lmdb", "Memory-mapped database for cache" From 4101f5e124aac351bd2c5d04b5b535328dd5b565 Mon Sep 17 00:00:00 2001 From: Frantisek Tobias Date: Thu, 1 Aug 2024 13:25:45 +0200 Subject: [PATCH 2/2] doc/dev: removed outdated requirements from Knot Resolver library --- lib/README.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/README.rst b/lib/README.rst index b631fe7b9..f2463d4a3 100644 --- a/lib/README.rst +++ b/lib/README.rst @@ -4,11 +4,6 @@ Knot Resolver library ********************* -Requirements -============ - -* libknot_ 2.0 (Knot DNS high-performance DNS library.) - For users =========