diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-03-30 11:54:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-03-30 11:54:23 +0200 |
commit | 4f5e972279d9ee6192930a0392f49cae9ad45daa (patch) | |
tree | d919cbabb4789f34183e1eb17cdc7e61087f8fd5 | |
parent | ab883125704b9310dcdfcf7451a27e85609da76c (diff) |
README: document that gperf 3.1 is required for building now
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ systemd System and Service Manager CHANGES WITH 233: + * This version requires at least gperf 3.1 for building, 3.0 is not + sufficient. + * The "hybrid" control group mode has been modified to improve compatibility with "legacy" cgroups-v1 setups. Specifically, the "hybrid" setup of /sys/fs/cgroup is now pretty much identical to @@ -165,7 +165,7 @@ REQUIREMENTS: autoconf libtool intltool - gperf + gperf >= 3.1 python (optional) python-lxml (optional, but required to build the indices) |