This is a part of cross-platform GUI Library for Go. See project site for impress terminal details.
Currently, the application uses GTK+ 3 for rendering, event collecting, etc. You should install libgtk+-3.0
and packages that depend on GTK.
On Debian/Ubuntu you can run:
sudo apt-get install libgtk-3-dev
Also pkg-config must be installed.
To build binary, download the sources:
git clone https://github.com/codeation/it.git
cd it
and use the following command in project directory:
make
See impress terminal details for other options.