Skip to content

Instantly share code, notes, and snippets.

@apaatsio
Last active December 17, 2015 11:39
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 apaatsio/5603695 to your computer and use it in GitHub Desktop.
Save apaatsio/5603695 to your computer and use it in GitHub Desktop.
Setup script for Xfce4 build dependencies on Ubuntu. With these you can build at least xfwm4, xfce4-appfinder, xfce4-panel, and xfce4-terminal.
#!/bin/sh
apt-get -y install gcc gtk-doc-tools libexo-1-dev libgarcon-1-0-dev libglib-2.0-dev libvte-dev libwnck-dev libxfce4ui-1-dev libxfce4util-dev xfce4-dev-tools xserver-xorg-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment