The VTE package contains a termcap file implementation for terminal emulators.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-0.11.10.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/vte/0.11/vte-0.11.10.tar.bz2
Download size: 836 KB
Estimated Disk space required: 34.8 MB
Estimated build time: 0.57 SBU
GTK-Doc-1.2 (with DocBook SGML DTD-3.1 installed) and PyGTK
Install VTE by running the following commands:
./configure --prefix=/usr --libexecdir=/usr/sbin --disable-gtk-doc &&
make &&
make install
--libexecdir=/usr/sbin: This switch puts libexec files in /usr/sbin instead of /usr/libexec.
--disable-gtk-doc: This switch prevents the building of documentation.
The VTE package contains libvte libraries, vte and gnome-pty-helper