Skip to content
/ it Public

impress terminal, a part of GUI library

License

Notifications You must be signed in to change notification settings

codeation/it

Repository files navigation

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.