X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=README;h=2cde08c37e1c2ca7c56c7f985af329ec5bd24da6;hb=8ce2809248e3303dcac5250979c0a54dd13f0a26;hp=4a561a65cb57382e5bb654942e0dff105be833e3;hpb=81321f51cf7968060a3ad458c199d63a6999f2da;p=thirdparty%2Fsystemd.git diff --git a/README b/README index 4a561a65cb5..2cde08c37e1 100644 --- a/README +++ b/README @@ -161,7 +161,7 @@ REQUIREMENTS: docbook-xsl (optional, required for documentation) xsltproc (optional, required for documentation) python-lxml (optional, required to build the indices) - python, meson, ninja + python >= 3.4, meson >= 0.44, ninja gcc, awk, sed, grep, m4, and similar tools During runtime, you need the following additional @@ -303,13 +303,12 @@ WARNINGS: For more information on this issue consult https://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken - To run systemd under valgrind, compile with VALGRIND defined - (e.g. CPPFLAGS='... -DVALGRIND=1' meson ) and have valgrind - development headers installed (i.e. valgrind-devel or - equivalent). Otherwise, false positives will be triggered by code which - violates some rules but is actually safe. Note that valgrind generates - nice output only on exit(), hence on shutdown we don't execve() - systemd-shutdown. + To run systemd under valgrind, compile with meson option + -Dvalgrind=true and have valgrind development headers installed + (i.e. valgrind-devel or equivalent). Otherwise, false positives will be + triggered by code which violates some rules but is actually safe. Note + that valgrind generates nice output only on exit(), hence on shutdown + we don't execve() systemd-shutdown. STABLE BRANCHES AND BACKPORTS