summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOrestis Floros <orestisflo@gmail.com>2020-03-19 13:09:23 +0100
committerGitHub <noreply@github.com>2020-03-19 13:09:23 +0100
commit3374e1605d718816d08ba91721aa82ec73086b9d (patch)
treee29273f0717c30d45afc6149eeb3a13698d852a9 /README.md
parent77a330f53a0613e11cda43a3dcd5c53d4086cafa (diff)
parente1b7e6b75ac1979f447bbbaeac18def9c4e9d457 (diff)
Merge pull request #392 from banderlog/patch-1
add autoconf to requirements
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 477d060..2d398c8 100644
--- a/README.md
+++ b/README.md
@@ -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.