%general-entities; ]> VTE-&vte-version; VTE Introduction to VTE The VTE package contains a termcap file implementation for terminal emulators. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &vte-md5sum; Download size: &vte-size; Estimated disk space required: &vte-buildsize; Estimated build time: &vte-time; VTE Dependencies Required , , and Recommended , , , and Optional , , and User Notes: Installation of VTE Install VTE by running the following commands: mkdir build && cd build && meson --prefix=/usr --buildtype=release -Dfribidi=false .. && ninja mkdir build && cd build && meson --prefix=/usr \ --buildtype=release \ -Dfribidi=false \ -D_systemd=false .. && ninja To test the results, issue ninja test. Now, as the root user: ninja install && rm -v /etc/profile.d/vte.* Command Explanations rm -v /etc/profile.d/vte.*: This command removes two files installed in /etc/profile.d that have no use on a LFS system. -Dfribidi=false: Omit this switch if you want to enable bidirectional capabilities. : Add this switch if you do not want to enable GnuTLS support. : Add this switch if you do not want to enable vala bindings. : Add this switch if wish to build the documentation. It requires . It's needed to use the sed '/fatal-warning/d' -i doc/reference/meson.build command before mkdir build to work around an issue in the build system if this option will be used. And, if this option is used, after the installation use the mv /usr/share/doc/vte-{2.&vte-nano;,&vte-version;} as the &root; user to move the API documentation into the expected location. : Add this switch to build the GTK4 widget. Contents Installed Program Installed Library Installed Directories vte-2.&vte-nano; libvte-2.&vte-nano;.so /usr/include/vte-2.&vte-nano; and (optional) /usr/share/doc/vte-&vte-version; Short Descriptions vte-2.&vte-nano; is a test application for the VTE libraries vte-2.&vte-nano; libvte-2.&vte-nano;.so is a library which implements a terminal emulator widget for GTK+ 3 libvte-2.&vte-nano;.so