Add SF2 support for macOS (#3446)

* Add SF2 support for macOS

Closes #649
This commit is contained in:
Tres Finocchiaro
2017-03-21 09:59:04 -04:00
committed by GitHub
parent 17a6f379e0
commit f57202c6ae
4 changed files with 50 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PACKAGES="cmake pkgconfig fftw libogg libvorbis libsndfile libsamplerate jack sdl stk fluid-synth portaudio node fltk"
PACKAGES="cmake pkgconfig fftw libogg libvorbis libsndfile libsamplerate jack sdl stk portaudio node fltk"
if [ $QT5 ]; then
PACKAGES="$PACKAGES homebrew/versions/qt55"
@@ -10,4 +10,10 @@ fi
brew install $PACKAGES
# Recompile fluid-synth without CoreAudio per issues #649
# Changes to fluid-synth.rb must be pushed to URL prior to use
url=$(git remote get-url origin)
branch=$(git symbolic-ref --short HEAD)
brew install --build-from-source $url/raw/$branch/cmake/apple/fluid-synth.rb
sudo npm install -g appdmg