Last active
September 4, 2017 15:13
-
-
Save AGhost-7/c837240133336995a70e5b76891af475 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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