The VTE package contains a termcap file implementation for terminal emulators.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://gitlab.gnome.org/GNOME/vte/-/archive/0.64.0/vte-0.64.0.tar.gz
Download MD5 sum: 433791af36424da9d416f37bfffa47a0
Download size: 604 KB
Estimated disk space required: 13 MB (with tests)
Estimated build time: 0.3 SBU (using parallelism=4; with tests)
GTK+-3.24.28, libxml2-2.9.10, and pcre2-10.36
ICU-68.2, GnuTLS-3.7.1, gobject-introspection-1.68.0, and Vala-0.52.0
FriBidi-1.0.9, GTK-Doc-1.33.2, and GTK-4.2.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vte
Install VTE by running the following commands:
mkdir build && cd build && meson --prefix=/usr -Dfribidi=false -D_systemd=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 2021-04-07 05:31:31 -0500