summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-06 08:34:47 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-06 08:34:47 +0200
commit342192b4ede8d4b63853ca28218d56a2fdfa3d8a (patch)
tree602b8af174881545087f5a355cd0d1909fd4dfe2 /INSTALL.md
parentdfc952f5709420fe873c163c00a6848b9c822aa9 (diff)
Remove work-around for older i3 version (< 4.9)
- I3 got ewhm support in Feb. 2015.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ce680360..ee195aee 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -29,15 +29,6 @@
On debian based systems, the developer packages are in the form of: `<package>-dev` on rpm based
`<package>-devel`.
-
-### Optional:
-
-* For i3 support, you need at least i3 version 4.5 or up.
-Make sure that 'i3/ipc.h' is included. If it fails please check
-config.log.
-
-
-
## Install from a release
Check dependencies and configure build system:
@@ -134,14 +125,6 @@ or to install locally:
./configure --prefix=${HOME}/.local/
```
-### I3 workaround
-
- If i3 is installed in a non-standard prefix, point it to the right location using:
-
-```
-CFLAGS="-I/weird/i3/path/include/" ../configure
-CFLAGS="-I/weird/i3/path/include/" make
-```
## Options for make