%general-entities; ]> $LastChangedBy$ $Date$ qterminal-&qterminal-version; qterminal Introduction to qterminal The qterminal package contains a Qt widget based terminal emulator for Qt with support for multiple tabs. &lfs82_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &qterminal-md5sum; Download size: &qterminal-size; Estimated disk space required: &qterminal-buildsize; Estimated build time: &qterminal-time; qterminal Dependencies Required and Optional and (or ), for documentation, and (to download translation files) or (to add localization files) User Notes: Installation of qterminal Install qterminal by running the following commands: mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \ -DCMAKE_BUILD_TYPE=Release \ -DPULL_TRANSLATIONS=no \ .. && make If you have installed, and wish to create the API documentation, issue: doxygen ../Doxyfile The html API documentation has been generated with the previous command. Now, if you also have (or ) installed, and wish to create the pdf API reference manual, issue: make -C docs/latex This package does not come with a test suite. Now, as the root user: make install To install the html API documentation, if you opted to generate it, issue, as the root user: install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} && cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html The pdf API reference manual can be installed with, as the root user: install -v -m644 docs/latex/refman.pdf \ /usr/share/doc/qterminal-&qterminal-version;/pdf If you installed in /opt, again as the root user: if [ "$LXQT_PREFIX" != /usr ]; then ln -svf $LXQT_PREFIX/share/applications/qterminal.desktop \ /usr/share/applications ln -svf $LXQT_PREFIX/share/applications/qterminal_drop.desktop \ /usr/share/applications fi Command Explanations -DPULL_TRANSLATIONS=no: Removes the need for , which would otherwise be requested to download the translation files. Contents Installed Program Installed Libraries Installed Directories qterminal None /usr/share/doc/qterminal-&qterminal-version; (if the documentation is installed) Short Descriptions qterminal is a Qt based lightweight terminal emulator. qterminal