Skip to content

Run Directly from Repository

DanMan edited this page Apr 28, 2021 · 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/schemas
meson _build
cd _build
ninja

Run PulseEffects

You can now run PulseEffects directly from the build directory:

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