Skip to content

Run Directly from Repository

Patrik Nilsson edited this page Aug 6, 2017 · 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 v2.1.2 with the latest release.

git checkout v2.1.2

Compile Schemas & Make Executable

This will compile the glib schemas and install them in the present working directory.

glib-compile-schemas share/glib-2.0/schemas/
chmod +x pulseeffects

Run PulseEffects

You can now run PulseEffects directly from the git repository.

GSETTINGS_SCHEMA_DIR=share/glib-2.0/schemas/ ./pulseeffects
Clone this wiki locally