paperlined.org
apps > termit
document updated 12 years ago, on Feb 24, 2012
To build termit within Ubuntu 10.10:

        sudo apt-get install cmake-curses-gui libvte-dev liblua5.1-0-dev
        git clone https://github.com/nonstop/termit.git
        cd termit
        cmake .
        ccmake .
                (when finished, press 'c', followed by 'g')
        make
        sudo make install