From: Aleš Mrázek Date: Fri, 21 Oct 2022 13:12:57 +0000 (+0200) Subject: doc/build.rst: 'python.install_env' info no needed X-Git-Tag: v6.0.0a1~18^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f9cd79f43bcd256dd47e28daf24efba35a655ac;p=thirdparty%2Fknot-resolver.git doc/build.rst: 'python.install_env' info no needed --- diff --git a/doc/build.rst b/doc/build.rst index 3d5b65c20..c099b0efb 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -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 `_. + $ meson build_dir --prefix=/tmp/kr --default-library=static -Dmanager=enabled After that it is possible to build and install Knot Resolver.