This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# install dependencies | |
sudo xbps-install -Sy git-all gcc make automake autoconf gtk-doc glib-devel vala-devel gobject-introspection pkg-config intltool gettext-devel gnutls gtk+3 pango gnutls-devel gtk+3-devel pango-devel gperf pcre2-devel | |
# fetch, compile and install vte-ng | |
git clone https://github.com/jelly/vte-ng.git | |
cd vte-ng | |
git checkout 0.50.2-ng | |
./autogen.sh --prefix=/usr |