Skip to content

Instantly share code, notes, and snippets.

@AGhost-7
Last active September 4, 2017 15:13
Show Gist options
  • Save AGhost-7/c837240133336995a70e5b76891af475 to your computer and use it in GitHub Desktop.
Save AGhost-7/c837240133336995a70e5b76891af475 to your computer and use it in GitHub Desktop.
sudo apt-get install -y \
swh-plugins \
python3-dev \
python3-pip \
libgtk-3-dev \
python3-cairo-dev \
python3-numpy \
python3-scipy \
python-gi-dev \
libgstreamer-plugins-good1.0-dev \
libgstreamer-plugins-bad1.0-dev
sudo pip3 install pygobject meson
repo_dir=/tmp/pulseeffects
git clone https://github.com/wwmm/pulseeffects.git "$repo_dir"
pushd "$repo_dir" > /dev/null
git checkout v2.3.5
meson _build
popd > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment