The VTE package contains a termcap file implementation for terminal emulators.
This package is known to build and work properly using an LFS-9.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/vte/0.58/vte-0.58.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/vte/0.58/vte-0.58.3.tar.xz
Download MD5 sum: f59eb0784a361c0939c03d4566255916
Download size: 504 KB
Estimated disk space required: 11 MB (with tests)
Estimated build time: 0.5 SBU (using parallelism=4; with tests)
GTK+-3.24.13, libxml2-2.9.10, and pcre2-10.34
gobject-introspection-1.62.0, GnuTLS-3.6.12, and Vala-0.46.6
FriBidi-1.0.8, 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
-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-02-25 20:18:07 -0800