Running
GNOME Builder
- Open plugin folder in GNOME Builder
- Open project configuration window (Alt+ ,)
- Open "Default" configuration and copy "Installation prefix" omitting
~/if present - Open "Commands" and create new command, give some name, in shell command type
tuner, change working directory to$HOME/, click "Add variable" and insertPLUGIN_SEARCH_PATH={copied installation prefix}/lib64/tuner/plugins. - Open "Application", in "Run Command" select created command.
- Close that window and run project.
Using environment variable
Open terminal inside project directory
- Setup project (
installdircan be replaced to any other name)
bash
meson setup --prefix=~/installdir build- Install project
bash
meson install -C build- Open terminal inside
~/installdir/lib64/tuner/pluginsand run:
bash
PLUGIN_SEARCH_PATH=$PWD tuner