]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/build.rst: 'python.install_env' info no needed
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 21 Oct 2022 13:12:57 +0000 (15:12 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 31 Oct 2022 10:32:25 +0000 (11:32 +0100)
doc/build.rst

index 3d5b65c203421cc62e7f3aeb15bc089cc973d876..c099b0efb50136f009276e7734430de74421d0ab 100644 (file)
@@ -165,13 +165,7 @@ You can also configure some :ref:`build-options`, in this case enable ``manager`
 
 .. code-block:: bash
 
-   $ meson build_dir --prefix=/tmp/kr --default-library=static -Dmanager=enabled -Dpython.install_env=auto
-
-.. note::
-
-   For the ``manager``, it is recommended to set ``python.install_env`` option to ``auto`` or ``env``.
-   Otherwise, python package may not be installed in the correct packages or virtual environment.
-   See more on `meson:python-module <https://mesonbuild.com/Builtin-options.html#python-module>`_.
+   $ meson build_dir --prefix=/tmp/kr --default-library=static -Dmanager=enabled
 
 After that it is possible to build and install Knot Resolver.