Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 956 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 956 Bytes

impress terminal application

build release

This is a part of cross-platform GUI Library for Go. See project site for impress terminal details.

Building

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.