Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxqt/qterminal
A lightweight Qt-based terminal emulator
https://github.com/lxqt/qterminal
Last synced: 3 days ago
JSON representation
A lightweight Qt-based terminal emulator
- Host: GitHub
- URL: https://github.com/lxqt/qterminal
- Owner: lxqt
- License: gpl-2.0
- Created: 2012-02-21T14:19:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T12:46:53.000Z (6 months ago)
- Last Synced: 2024-05-23T08:33:09.054Z (6 months ago)
- Language: C++
- Homepage: https://lxqt.github.io
- Size: 3.1 MB
- Stars: 579
- Watchers: 44
- Forks: 149
- Open Issues: 112
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-terminals - QTerminal - A lightweight Qt-based terminal emulator. (Uncategorized / Uncategorized)
README
# QTerminal
## Overview
QTerminal is a lightweight Qt terminal emulator based on [QTermWidget](https://github.com/lxqt/qtermwidget).
It is maintained by the LXQt project but can be used independently from this desktop environment. The only bonds are [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) representing a build dependency.
This project is licensed under the terms of the [GPLv2](https://www.gnu.org/licenses/gpl-2.0.en.html) or any later version. See the LICENSE file for the full text of the license.
## Installation
### Compiling sources
Dependencies Qt ≥ 6.6.0 and [QTermWidget](https://github.com/lxqt/qtermwidget).
Optional dependencies include [libcanberra](https://0pointer.net/lennart/projects/libcanberra/) for playing bells.
In order to build CMake ≥ 3.18.0 and [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) are needed as well as optionally Git to pull latest VCS checkouts.Code configuration is handled by CMake. Building out of source is required. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`.
To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual.
### Binary packages
Official binary packages are provided by all major Linux and BSD distributions.
Just use your package manager to search for string `qterminal`.### Translation
Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/)