osx..install.sh 361 B

123456789101112131415161718
  1. #!/usr/bin/env bash
  2. PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk carla"
  3. if [ $QT5 ]; then
  4. PACKAGES="$PACKAGES qt5"
  5. fi
  6. brew install $PACKAGES ccache
  7. if [ -z "$QT5" ]; then
  8. brew tap cartr/qt4
  9. brew tap-pin cartr/qt4
  10. brew install qt@4
  11. fi
  12. npm install -g appdmg