Skip to content

Instantly share code, notes, and snippets.

@nkkollaw
Last active December 28, 2017 11:21
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 nkkollaw/137fccb613287820975bbd3da849f347 to your computer and use it in GitHub Desktop.
Save nkkollaw/137fccb613287820975bbd3da849f347 to your computer and use it in GitHub Desktop.
# Start with Ubuntu 18.04 minimal.
## Install Git
sudo apt install git -y
## Install GNU toolchain
sudo apt install autoconf automake libtool intltool pkg-config -y
## GTK
sudo apt-get install libgtk-3-dev -y
## xfce4-dev-tools
cd /tmp/
git clone git://git.xfce.org/xfce/xfce4-dev-tools
cd xfce4-dev-tools
sh autogen.sh --prefix=/usr/local
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment