GTK+-based quiz runner application
The following command must be run to install the neccessary dependencies:
sudo dnf install libtool glib-devel gtk3-devel gettext-devel vala
The following command must be run to install the necessary dependencies:
sudo apt-get install autotools-dev automake autopoint libtool libglib2.0-dev libgtk-3-dev gettext valac
This is done the usual way:
sh autogen.sh
make
sudo make install