Skip to content

Instantly share code, notes, and snippets.

@pablogrs
Created October 2, 2019 08:11
Show Gist options
  • Save pablogrs/a5592a0207f0e64694507fc60369bba3 to your computer and use it in GitHub Desktop.
Save pablogrs/a5592a0207f0e64694507fc60369bba3 to your computer and use it in GitHub Desktop.
Install Rofi - dependencies
# 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