The VTE package contains a termcap file implementation for terminal emulators.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vte/0.60/vte-0.60.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vte/0.60/vte-0.60.3.tar.xz
Download MD5 sum: 4214712ecab2d50e2a3a07897c3ada49
Download size: 523 KB
Estimated disk space required: 12 MB (with tests)
Estimated build time: 0.9 SBU (using parallelism=4; with tests)
GTK+-3.24.22, libxml2-2.9.10, and pcre2-10.35
gobject-introspection-1.64.1, GnuTLS-3.6.14, and Vala-0.48.9
FriBidi-1.0.9, GTK-Doc-1.32, and GTK+-4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vte
Install VTE by running the following commands:
mkdir build && cd build && meson --prefix=/usr --sysconfdir=/etc -Dfribidi=false .. && ninja
To test the results, issue ninja test.
Now, as the root
user:
ninja install && rm -v /etc/profile.d/vte.*
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.
-Dgnutls=false
: Add this switch if you
do not want to enable GNUTLS support.
-Dvapi=false
: Add this switch if you do
not want to enable vala bindings.
-Ddocs=true
: Add this switch if wish to
build the documentation.
Last updated on 2020-08-28 19:29:03 -0700