As the name suggests, the qtermwidget is a terminal widget for Qt.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/lxde/qtermwidget/releases/download/0.8.0/qtermwidget-0.8.0.tar.xz
Download MD5 sum: 2593078abdfa3db0e536794807c52d67
Download size: 157 KB
Estimated disk space required: 7.7 MB
Estimated build time: 0.3 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/qtermwidget
Install qtermwidget by running the following commands:
mkdir -v build &&
cd build &&
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
-DPULL_TRANSLATIONS=no \
.. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-DBUILD_TEST=true: Builds test
application.
Last updated on 2018-02-21 04:35:18 -0800