Last active
December 17, 2015 11:39
-
-
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.
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
#!/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