Closed stevenroose closed 4 years ago
It works with some additional variables: DESTDIR
and GSETTINGS_SCHEMA_DIR
(source).
meson build
ninja -C build
cd build
DESTDIR="install" ninja install
glib-compile-schemas install/usr/local/share/glib-2.0/schemas/
GSETTINGS_SCHEMA_DIR=install/usr/local/share/glib-2.0/schemas/ install/usr/local/bin/com.github.bleakgrey.tootle
Yet, the interface has encoding errors and does not show instance emojis.
These are the "install instructions":
I tried the following thing to just build Tootle without installing it in
/usr
: