Cleaned up debian/control Cleaned up debian/copyright, remove GPL-3+ because it is not used in the project any longer, relicense debian to GPL-2+ Fixed symbols Fixed LDFLAGS Removed obsoleted overrides from debian/rules
QTermWidget
A terminal emulator widget for Qt 5.
QTermWidget is an opensource project originally based on KDE4 Konsole application, but it took its own direction later. The main goal of this project is to provide unicode-enabled, embeddable Qt widget for using as a built-in console (or terminal emulation widget).
Installation
Requirements:
- Qt >= 5.4
- cmake >= 3.0
Supported platforms:
- Linux
- BSD
- OS X
Building
mkdir -p build && cd build
cmake
<path/to/source>`- make
Run make install
to install.
License
This project is licensed under the terms of the GPLv2 or any later version.
See the LICENSE file for the full text of the license.
Description