summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2018-11-06 23:39:14 +0100
committerDave Davenport <qball@gmpclient.org>2018-11-06 23:42:26 +0100
commit2624cb9c9b95d1064fae131748e8d86175728eaa (patch)
tree903a9a912334f0e40735b132426fdc76be8e4316 /INSTALL.md
parent1915de732957ccfecd3f066d50fe7212e615bc4c (diff)
Update install instructions. Try to improve manpage.
Fixes: #871
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e59366af..8c363c75 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -16,6 +16,7 @@ Rofi uses autotools (GNU Build system), for more information see
* pkg-config
* flex 2.5.39 or higher
* bison
+* check (Can be disabled using the `--disable-check` configure flag)
* Developer packages of the external libraries
### External libraries
@@ -34,7 +35,8 @@ Rofi uses autotools (GNU Build system), for more information see
* libxcb (sometimes split, you need libxcb, libxcb-xkb and libxcb-randr libxcb-xinerama)
* xcb-util
* xcb-util-wm (sometimes split as libxcb-ewmh and libxcb-icccm)
-* xcb-util-xrm [new module, can be found here](https://github.com/Airblader/xcb-util-xrm/)
+* xcb-util-xrm [new module might not be available in your distribution. The source can be found
+ here](https://github.com/Airblader/xcb-util-xrm/)
On debian based systems, the developer packages are in the form of: `<package>-dev` on rpm based
`<package>-devel`.