-
-
Notifications
You must be signed in to change notification settings - Fork 298
Run Directly from Repository
Wellington Wallace edited this page Jun 3, 2018
·
14 revisions
Clone the git repository.
git clone https://github.com/wwmm/pulseeffects.git
cd pulseeffects
Optional: Select a release
Substitute v4.0.0
with the latest release.
git checkout v4.0.0
This will compile the glib schemas and generate PulseEffects executable:
glib-compile-schemas data/
meson _build
cd _build
ninja
You can now run PulseEffects directly from the git repository.
GSETTINGS_SCHEMA_DIR=data ./_build/src/pulseeffects