• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-45,97543,720

AUTHORSH A D05-Nov-2021902 3024

CHANGELOGH A D05-Nov-202119.7 KiB456433

CONTRIBUTING.mdH A D05-Nov-2021831 2415

DoxyfileH A D05-Nov-202166.3 KiB1,6311,173

LICENSEH A D05-Nov-202114.9 KiB281237

README.mdH A D05-Nov-20211.8 KiB3619

qterminal-drop.desktop.inH A D05-Nov-2021134 86

qterminal.appdata.xmlH A D05-Nov-20211.4 KiB4443

qterminal.desktop.inH A D05-Nov-2021218 1310

README.md

1# QTerminal
2
3## Overview
4
5QTerminal is a lightweight Qt terminal emulator based on [QTermWidget](https://github.com/lxqt/qtermwidget).
6
7It 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 and the localization files which were outsourced to LXQt repository [lxqt-l10n](https://github.com/lxqt/lxqt-l10n).
8
9This 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.
10
11## Installation
12
13### Compiling sources
14
15Dependencies are qtx11extras ≥ 5.2 and [QTermWidget](https://github.com/lxqt/qtermwidget).
16In order to build CMake ≥ 3.1.0 and [lxqt-build-tools](https://github.com/lxqt/lxqt-build-tools) are needed as well as optionally Git to pull latest VCS checkouts.
17
18Code configuration is handled by CMake. Building out of source is required. CMake variable `CMAKE_INSTALL_PREFIX` will normally have to be set to `/usr`.
19
20To build run `make`, to install `make install` which accepts variable `DESTDIR` as usual.
21
22### Binary packages
23
24QTerminal is provided by all major Linux distributions like [Arch Linux](https://www.archlinux.org/packages/?q=qterminal), Debian (as of Debian stretch), Fedora and openSUSE.
25Just use the distributions' package managers to search for string `qterminal`.
26
27
28### Translation
29
30Translations can be done in [LXQt-Weblate](https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/)
31
32<a href="https://translate.lxqt-project.org/projects/lxqt-desktop/qterminal/">
33<img src="https://translate.lxqt-project.org/widgets/lxqt-desktop/-/qterminal/multi-auto.svg" alt="Translation status" />
34</a>
35
36