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
Folowing meson command creates new build directory named ``build_dir``, configures installation path to ``/tmp/kr`` and enables static build (to allow installation to non-standard path).
150
-
You can also configure some :ref:`build-options`, in this case enable ``manager``, which is disabled by default.
149
+
The following meson command creates a new build directory named ``build_dir`` and configures the installation path to ``/tmp/kr``.
151
150
152
151
.. code-block:: bash
153
152
154
-
$ meson build_dir --prefix=/tmp/kr
153
+
$ meson setup build_dir --prefix=/tmp/kr
155
154
156
155
After that it is possible to build and install Knot Resolver.
157
156
@@ -294,8 +293,9 @@ its parent directories are writable by kresd process (after package installation
294
293
Installing the manager from source
295
294
**********************************
296
295
297
-
Additional dependencies are needed to run Knot Resolver with the ``manager``.
298
-
All dependencies are also listed in `pyproject.toml <https://gitlab.nic.cz/knot/knot-resolver/-/blob/master/manager/pyproject.toml>`_ which is our authoritative source.
296
+
Additional dependencies are needed to build and run Knot Resolver with the ``manager``.
297
+
All dependencies are also listed in `pyproject.toml <https://gitlab.nic.cz/knot/knot-resolver/-/blob/manager/manager/pyproject.toml>`_ which is our authoritative source.
298
+
Please note that starting with version 6, Knot Resolver is only officially supported in conjunction with ``manager``.
299
299
300
300
.. csv-table::
301
301
:header: "Requirement", "Notes"
@@ -369,3 +369,4 @@ For development, it's possible to build the container directly from your git tre
0 commit comments