diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-13 09:42:28 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-01-13 09:47:10 +0900 |
commit | 40f116f53d25b4b92cb57b68f9f6137839f9aa49 (patch) | |
tree | 7d9ba5e03cad9b977ba07bc0edad69f1589177d9 /README | |
parent | bd36ef0a7c0defbb57f8525ec388088a7680158f (diff) | |
download | systemd-40f116f53d25b4b92cb57b68f9f6137839f9aa49.tar.gz |
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 |