-
Notifications
You must be signed in to change notification settings - Fork 14
Build tym
Ken Enda edited this page Feb 7, 2023
·
1 revision
$ sudo apt install libgtk-3-dev libvte-2.91-dev liblua5.3-dev
Just add --enable-luajit
option when building.
$ ./configure --enable-luajit
At first, build latest VTE with sixel support enabled.
$ yay -S vte3-git --editmenu
Edit PKGBUILD
to add -D sixel=true
option in prepare()
function like the following.
prepare() {
arch-meson vte build \
-D sixel=true -D b_lto=false
}
And rebuild tym
.