You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pdns/dnsdistdist/docs/install.rst
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,9 @@ dnsdist is also available in `FreeBSD ports <https://www.freshports.org/dns/dnsd
42
42
Installing from Source
43
43
----------------------
44
44
45
+
.. versionchanged:: 2.2.0
46
+
Support for autotools and make have been removed, use the ``meson`` instructions.
47
+
45
48
In order to compile dnsdist, a modern compiler with C++ 2017 support, a Python 3 interpreter with the ``YAML`` module, and either GNU make or ``meson`` with ``ninja`` are required.
46
49
dnsdist depends on the following libraries:
47
50
@@ -88,36 +91,31 @@ Older (1.0.x) releases can also be signed with one of the following keys:
0 commit comments