-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Dependencies MacOS
Tres Finocchiaro edited this page Dec 20, 2017
·
35 revisions
-
Xcode>=4.6.3* is required for compilation.* If recently upgraded OS make sure your XCode isn't outdated by running
open -a XCode, or via Applications. -
Xcode Command Line Utilities* must be activated.
sudo xcode-select --install sudo xcodebuild -license
*Alternately via Applications, Xcode, Xcode Preferences menu, Downloads tab, Command Line Tools, Install
-
Homebrew* or an equivelent package manager is required for fetching libraries
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"*Alternately, you may use MacPorts instead.
brew install git cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack \
sdl libgig libsoundio stk portaudio node fltk qt5
brew install --build-from-source https://gist.githubusercontent.com/tresf/c9260c43270abd4ce66ff40359588435/raw/fluid-synth.rbNote: If compiling on 10.8, the
stk.rbandlibgig.rbbrew formula needs a patchbrew reinstall --build-from-source https://gist.githubusercontent.com/tresf/efa2cf88156c1f14c1b39c315f1f3ec0/raw/stk.rb brew reinstall --build-from-source https://gist.githubusercontent.com/tresf/efb74f1ec9b600c8aa4e823cc855bef2/raw/libgig.rb
brew install git cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack \
sdl libgig libsoundio stk portaudio node fltk cartr/qt4/qt
brew install --build-from-source https://gist.githubusercontent.com/tresf/c9260c43270abd4ce66ff40359588435/raw/fluid-synth.rb ...done installing? Next, clone the source code
export DYLD_PRINT_LIBRARIES=1
/Applications/LMMS.app/Contents/MacOS/lmms # or build/LMMS.app/Contents/MacOS/lmms...want to add something?