Alf Gaida 657f5ae16a cmake support changes
Bumped cmake_minimum_required 3.0.2
Added CMAKE_BUILD_TYPE, if not set
Added check for compiler support
Added set CXX flags
2016-06-01 19:35:02 +02:00
2015-11-22 14:55:41 +02:00
2016-01-03 00:42:01 +00:00
2014-10-21 17:31:46 +02:00
2014-10-21 17:39:33 +02:00
2016-06-01 19:35:02 +02:00
2015-11-22 14:44:16 +02:00
2015-11-22 14:46:53 +02:00

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.

S
Description
No description provided
Readme 2.2 MiB
Languages
C++ 97.4%
C 1.6%
QMake 0.5%
QML 0.3%
CMake 0.2%