Skip to content

Instantly share code, notes, and snippets.

@ttrmw
Created February 6, 2015 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttrmw/c8af2c189f7138ab1ab7 to your computer and use it in GitHub Desktop.
Save ttrmw/c8af2c189f7138ab1ab7 to your computer and use it in GitHub Desktop.
Ubuntu w/Unity dependencies for building i3gaps:
xcb.h -- libxcb1-dev
xcb_keysyms.h -- libxcb-keysyms1-dev
pango.h -- libpango1.0-dev
xcb_aux.h -- libxcb-util0-dev
xcb_icccm.h -- libxcb-icccm4-dev
yajl_gen.h -- libyajl-dev
sn-launcher.h -- libstartup-notification0-dev
randr.h -- libxcb-randr0-dev
ev.h -- libev-dev
xcb_cursor.h -- libxcb-cursor-dev
xinerama.h -- libxcb-xinerama0-dev
make && sudo make install
(if this doesn't do the job, install apt-file - use this to find the libs for any further missing header files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment