diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-13 01:42:28 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-13 01:47:10 +0100 |
commit | 40f116f53d25b4b92cb57b68f9f6137839f9aa49 (patch) | |
tree | 7d9ba5e03cad9b977ba07bc0edad69f1589177d9 /README | |
parent | NEWS: add more entries (diff) | |
download | systemd-40f116f53d25b4b92cb57b68f9f6137839f9aa49.tar.xz systemd-40f116f53d25b4b92cb57b68f9f6137839f9aa49.zip |
README: mention that meson-0.49 is required to build PIEs
Follow-up for 4e4bbc439eb7f16a608f457d3eaac08c60633212.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -163,7 +163,9 @@ REQUIREMENTS: docbook-xsl (optional, required for documentation) xsltproc (optional, required for documentation) python-lxml (optional, required to build the indices) - python >= 3.5, meson >= 0.46, ninja + python >= 3.5 + meson >= 0.46 (>= 0.49 is required to build position-independent executables) + ninja gcc, awk, sed, grep, m4, and similar tools During runtime, you need the following additional |