Skip to content
Ken Enda edited this page Feb 7, 2023 · 1 revision

Build dependencies

Ubuntu

$ sudo apt install libgtk-3-dev libvte-2.91-dev liblua5.3-dev

Build options

Enable Lua JIT

Just add --enable-luajit option when building.

$ ./configure --enable-luajit

Enable sixel support(for Arch Linux users)

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.