Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 559 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 559 Bytes

quiz-runner

GTK+-based quiz runner application

Installation

Dependencies

Fedora 24

The following command must be run to install the neccessary dependencies:

sudo dnf install libtool glib-devel gtk3-devel gettext-devel vala

Raspberry Pi 3

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

Compilation and install

This is done the usual way:

sh autogen.sh
make
sudo make install