Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 577 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 577 Bytes

termit

Terminal emulator based on VTE library with Lua scripting

Installation Instructions

General guide

Prepare dependancies

fedora

# dnf -y install cmake gcc gtk+ vte291 vte291-devel lua lua-devel

ubuntu

# apt-get install -y gcc cmake lua5.4-dev libgtk-3-dev libvte-2.91 gettext

build

Download, configure, build and install

$ git clone https://github.com/nonstop/termit.git
$ cd termit
$ cmake -DCMAKE_BUILD_TYPE=Release .
$ make
$ sudo make install