diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-16 19:09:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-16 19:34:38 +0100 |
commit | 3ede835a0486f2ecc025dede0b33e9a1edc06d30 (patch) | |
tree | 2171c102e183475aff27c10616a5fbbe78d3ab7f | |
parent | 444d9432358c7ef8d1a85d330089b0027e740612 (diff) |
README: update requirements
-rw-r--r-- | README | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -30,9 +30,27 @@ REQUIREMENTS: Linux kernel >= 2.6.30 (with autofs4, devtmpfs, cgroups) libudev >= 163 dbus >= 1.4.0 + libcap + gtk+ >= 2.20 (optional) + PAM >= 1.1.2 (optional) + libcryptsetup (optional) + libaudit (optional) + libselinux (optional) + tcpwrappers (optional) + libnotify (optional) + + When you build from git you need the following additional dependencies: + vala >= 0.10 + docbook-xsl + xsltproc + automake + autoconf + libtool + + During runtime you need the following dependencies: + util-linux > v2.18 (requires fsck -l, agetty -s) sulogin (from sysvinit-tools) - gtk+ >= 2.20 - libcap - PAM >= 1.1.2 (optional) + plymouth (optional) + dracut (optional) |