Created
October 2, 2019 08:11
-
-
Save pablogrs/a5592a0207f0e64694507fc60369bba3 to your computer and use it in GitHub Desktop.
Install Rofi - dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Rofi | |
download a release from here https://github.com/DaveDavenport/rofi/releases | |
https://github.com/DaveDavenport/rofi/blob/next/INSTALL.md | |
sudo apt-get install gcc \ | |
bison \ | |
flex \ | |
pkg-config \ | |
libxkbcommon-x11-dev \ | |
libglib2.0-0 \ | |
libxcb-util1 \ | |
libxcb-ewmh2 \ | |
libxcb-ewmh-dev \ | |
libxcb-icccm4 \ | |
libxcb-icccm4-dev \ | |
libxcb-xrm-dev \ | |
libxcb-randr0-dev \ | |
libxcb-xinerama0-dev \ | |
libpangocairo-1.0-0 \ | |
libpango1.0-dev \ | |
libstartup-notification0-dev \ | |
librsvg2-dev \ | |
automake \ | |
--no-install-recommends | |
autoreconf | |
./configure --disable-check && make && sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment