%general-entities; ]> $Date$ VTE-&vte-version; VTE Introduction to VTE The VTE package contains a termcap file implementation for terminal emulators. &lfs101_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 -Dfribidi=false .. && ninja mkdir build && cd build && meson --prefix=/usr -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 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. Contents Installed Program Installed Library Installed Directories vte-2.&vte-nano; libvte-2.&vte-nano;.so /usr/include/vte-2.&vte-nano; and /usr/share/gtk-doc/html/vte-2.&vte-nano; 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