%general-entities; ]> VTE-&vte-version; VTE Introduction to VTE The VTE package contains a termcap file implementation for terminal emulators. &lfs120_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 Installation of VTE Install VTE by running the following commands: mkdir build && cd build && meson setup --prefix=/usr --buildtype=release -Dfribidi=false .. && ninja mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dfribidi=false \ -D_systemd=false && ninja If you have installed and wish to build the API documentation for this package, issue: sed -e "/docdir =/s@\$@/ 'vte-&vte-version;'@" \ -i ../doc/reference/meson.build && meson configure -Ddocs=true && 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 you do not want to build the GTK-4 version of VTE. Contents Installed Program Installed Library Installed Directories vte-2.&vte-nano; and vte-2.&vte-nano;-gtk4 libvte-2.&vte-nano;.so and libvte-2.&vte-nano;-gtk4.so /usr/include/vte-2.&vte-nano;, /usr/include/vte-2.&vte-nano;-gtk4, 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; vte-2.&vte-nano;-gtk4 is a test application for the GTK-4 version of the VTE libraries vte-2.&vte-nano;-gtk4 libvte-2.&vte-nano;.so is a library which implements a terminal emulator widget for GTK+ 3 libvte-2.&vte-nano;.so libvte-2.&vte-nano;-gtk4.so is a library which implements a terminal emulator widget for GTK-4 libvte-2.&vte-nano;-gtk4.so