Vte is a library (libvte) implementing a terminal emulator widget for GTK+ 2, and a minimal demonstration application (vte) that uses libvte.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vte/0.28/vte-0.28.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vte/0.28/vte-0.28.2.tar.xz
Download MD5 sum: 497f26e457308649e6ece32b3bb142ff
Download size: 940 KB
Estimated disk space required: 33 MB
Estimated build time: 0.5 SBU
GTK+-2.24.22 and Intltool-0.50.2
gobject-introspection-1.38.0, GTK-Doc-1.19 and PyGTK-2.24.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vte2
Install Vte by running the following commands:
./configure --prefix=/usr \ --libexecdir=/usr/lib/vte \ --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--libexecdir=/usr/lib/vte
:
both this package and VTE-0.34.9 install files of the same name.
This switch ensures that they do not overwrite each other if both
are installed.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-03-03 16:50:38 -0800