Skip to content

Instantly share code, notes, and snippets.

@pkmital
Created January 6, 2015 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkmital/a82ae18c117f3e6e1974 to your computer and use it in GitHub Desktop.
Save pkmital/a82ae18c117f3e6e1974 to your computer and use it in GitHub Desktop.
Installing Vamp on OSX
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install libvorbis --universal libsndfile --universal libogg --universal flac --universal
curl -O http://code.soundsoftware.ac.uk/attachments/download/690/vamp-plugin-sdk-2.5.tar.gz
tar -xvf vamp-plugin-sdk-2.5.tar.gz
cd vamp-plugin-sdk-2.5
make -f build/Makefile.osx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment