Build instructions in README are inaccurate
Opened this issue · 2 comments
whitequark commented
- It seems that
meson devenv
resets the environment as the modifiedLD_LIBRARY_PATH
isn't available insidemeson devenv
. - When I run the application as instructed I get
(process:2288232): GLib-GIO-ERROR **: 15:38:53.730: Settings schema 'net.sapples.LiveCaptions' is not installed
and then it crashes.
whitequark commented
Also, using GNOME Builder resulted in the exact same issues as it seems to run meson
underneath as it is on the host system.
whitequark commented
I was able to run the application after exporting GSETTINGS_SCHEMA_DIR=$(pwd)/builddir/data
, but I don't know if this is the right way since I'm not that familiar GTK.