As the name suggests, the qtermwidget package is a terminal widget for Qt.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://github.com/lxqt/qtermwidget/releases/download/1.3.0/qtermwidget-1.3.0.tar.xz
Download MD5 sum: 7dd15e5c57f45613d8f26afc53f09444
Download size: 188 KB
Estimated disk space required: 5.8 MB
Estimated build time: 0.1 SBU (Using parallelism=4)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/qtermwidget
Install qtermwidget by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install