Skip to content

Run Directly from Repository

Patrik Nilsson edited this page Aug 26, 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 data/
chmod +x pulseeffects

Run PulseEffects

You can now run PulseEffects directly from the git repository.

GSETTINGS_SCHEMA_DIR=data/ ./pulseeffects
Clone this wiki locally