qtermwidget Packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Alf Gaida edb701a1dd
Rework some symbols
8 years ago
cmake Cherry-picking upstream version 0.6.0+201501225. 9 years ago
debian Rework some symbols 8 years ago
lib Adding upstream version 0.6.0+20160108. 8 years ago
src Adding upstream version 0.6.0. 9 years ago
AUTHORS Adding upstream version 0.6.0. 9 years ago
CMakeLists.txt Cherry-picking upstream version 0.6.0+201501225. 9 years ago
LICENSE Cherry-picking upstream version 0.6.0+201501225. 9 years ago
README.md Cherry-picking upstream version 0.6.0+201501225. 9 years ago
qtermwidget.spec Cherry-picking upstream version 0.6.0+201501225. 9 years ago

README.md

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

  1. mkdir -p build && cd build
  2. cmake <path/to/source>`
  3. 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.