-
-
Save nkkollaw/137fccb613287820975bbd3da849f347 to your computer and use it in GitHub Desktop.
This file contains 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
# 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