The VTE package contains a termcap file implementation for terminal emulators.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vte/0.22/vte-0.22.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vte/0.22/vte-0.22.2.tar.bz2
Download MD5 sum: c278925fd7da427998c506d5ba99478e
Download size: 1.3 MB
Estimated disk space required: 21 MB
Estimated build time: 0.3 SBU
GTK+-2.18.3 and XML::Parser-2.34
GTK-Doc-1.11, intltool-0.40.6, and PyGTK-2.10.6 (including the gtk module)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vte
Install VTE by running the following commands:
sed -i 's%\\177:%&kh=\\EOH:@7=\\EOF:%' termcaps/xterm &&
./configure --prefix=/usr \
--libexecdir=/usr/lib/vte &&
make
This package does not come with a test suite.
Now, as the root user:
make install
sed -i ... termcaps/xterm: The Home and End keys are broken in the xterm termcap file. This sed command fixes them.
--libexecdir=/usr/lib/vte:
This parameter causes the libexec files to be installed in the
preferred location of /usr/lib/vte
instead of /usr/libexec.
--with-glX: This parameter can be
passed to the configure script to enable
additional drawing methods in the VTE library.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
Last updated on 2009-10-25 11:56:50 +0000