VTE-0.58.3

Introduction to VTE

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.

Package Information

VTE Dependencies

Required

GTK+-3.24.13, libxml2-2.9.10, and pcre2-10.34

Recommended

Optional

FriBidi-1.0.8, GTK-Doc-1.32, and GTK+-4

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/vte

Installation of 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

Command Explanations

-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.

Contents

Installed Program: vte-2.91
Installed Library: libvte-2.91.so
Installed Directories: /usr/include/vte-2.91 and /usr/share/gtk-doc/html/vte-2.91

Short Descriptions

vte-2.91

is a test application for the VTE libraries.

libvte-2.91.so

is a library which implements a terminal emulator widget for GTK+ 3.

Last updated on 2020-02-25 20:18:07 -0800