diff options
author | Borys Kabakov <b.a.kabakov@gmail.com> | 2020-03-12 19:45:35 +0200 |
---|---|---|
committer | Borys Kabakov <b.a.kabakov@gmail.com> | 2020-03-16 16:49:47 +0200 |
commit | e1b7e6b75ac1979f447bbbaeac18def9c4e9d457 (patch) | |
tree | 91ea5337eb07aa83463b8f3a89fe4dacfeee3a20 | |
parent | 6eb70f10d202e1d6ea7f7c01527191de6e861872 (diff) |
add autoconf to requirements
Update README.md
upd readme
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# i3status +# i3status ## Description @@ -16,19 +16,20 @@ i3status has the following dependencies: * libyajl-dev * libasound2-dev * libnl-genl-3-dev + * autoconf (compile-time only dependency) * asciidoc (only for the documentation) * libpulse-dev (for getting the current volume using PulseAudio) On debian-based systems, the following line will install all requirements: ```bash -apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libpulse-dev libnl-genl-3-dev +apt-get install autoconf libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libpulse-dev libnl-genl-3-dev ``` ## Upstream i3status is developed at https://github.com/i3/i3status -## Compilation +## Compilation Prefer installing i3status via your Linux distribution’s package manager. |