summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordragon788 <dragon788@users.noreply.github.com>2018-02-11 07:30:27 -0600
committerDave Davenport <DaveDavenport@users.noreply.github.com>2018-02-11 14:30:27 +0100
commitc37e2bc43f78979f672cae55ec919b401869204f (patch)
tree4d2920d32236d57d7bb6c14911a6f88724360b3d
parent0f1717f829e95d7f3e1ac5b213d3f73f09b0da62 (diff)
Add some additional info on installing on 16.04 (#743)
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index e4da8f99..0f52d450 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -191,7 +191,7 @@ apt install rofi
**Please note that the latest version of rofi in Ubuntu 16.04 is extremely outdated (v0.15.11)**
-This will cause issues with newer scripts (i.e. with clerk) and we recommend to manually download and install the deb file for zesty instead. You can find the deb on [ubuntu's launchpad page for rofi](https://launchpad.net/ubuntu/+source/rofi).
+This will cause issues with newer scripts (i.e. with clerk) and we recommend to manually download and install newer deb files for rofi and dependencies from Zesty instead. You can find the rofi deb on [ubuntu's launchpad page for rofi](https://launchpad.net/ubuntu/+source/rofi) and you will also need [xcb-util-xrm](https://launchpad.net/ubuntu/+source/xcb-util-xrm) and a newer [libxkbcommon](https://launchpad.net/ubuntu/+source/libxkbcommon). First install the dependencies using `sudo dpkg -i <each-package-name>.deb` and then you should be able to `sudo dpkg -i rofi*.deb` and enjoy the features of the latest version.
### Fedora