%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. &lfs78_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 Optional and (or ) User Notes: Installation of qterminal For compilation with Qt4, see Command Explanations, below. Install qterminal by running the following commands: mkdir -v build && cd build && cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DUSE_SYSTEM_QXT=OFF \ -DUSE_QT5=true \ .. && make The choice of /usr prefix is due to the general characteristics of this program, which can be used without LXQt. 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 API documentation, if you opted to generate them, issue, as the root user: install -v -m755 -d /usr/share/doc/qterminal-&qterminal-version;/{html,pdf} && install -v -m644 docs/latex/refman.pdf \ /usr/share/doc/qterminal-&qterminal-version;/pdf for the html API documentation, and, for the pdf API reference manual, as the root user: cp -vr docs/html/* /usr/share/doc/qterminal-&qterminal-version;/html Command Explanations -DUSE_SYSTEM_QXT=OFF: This switch is necessary because the option has not been implemented if linking with Qt5. However, use it also if you choose linking to Qt4, because libqxt is required, but is no longer maintained. -DUSE_QT5=true: This switch is used in order to build this application linked to Qt5. Toggle to false, if you prefer to use Qt4. Contents Installed Program Installed Libraries Installed Directories qterminal None /usr/share/qterminal and /usr/share/doc/qterminal-&qterminal-version; Short Descriptions qterminal is a Qt based lightweight terminal emulator for. qterminal