# Note: depends on gnome-common # Note: depends on dbus-python at runtime # Note: depends on gnome-python at runtime # Note: depends on notify-python at runtime # Note: depends on pygtk # Note: depends on automake # Note: depends on vte28 wget -c https://github.com/Guake/guake/archive/0.8.8/guake-0.8.8.tar.gz tar -xzf guake-0.8.8.tar.gz cd guake-0.8.8 NOCONFIGURE=1 ./autogen.sh mkdir -p build cd build ../configure --prefix="/usr" --with-gconf-schema-file-dir="/usr/share/gconf/schemas" make # Doesn't mind -j# make install