Skip to content

Run Directly from Repository

Wellington Wallace edited this page Jun 3, 2018 · 14 revisions

Run without Installing

Download

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

Compile Schemas & Make Executable

This will compile the glib schemas and generate PulseEffects executable:

glib-compile-schemas data/
meson _build
cd _build
ninja

Run PulseEffects

You can now run PulseEffects directly from the git repository.

GSETTINGS_SCHEMA_DIR=data ./_build/src/pulseeffects
Clone this wiki locally