@@ -1 +1,9 @@
|
||||
brew install qt libsndfile fftw libvorbis libogg jack sdl libsamplerate stk fluid-synth portaudio fltk
|
||||
brew reinstall cmake pkgconfig qt fftw libogg libvorbis libsndfile libsamplerate jack sdl stk fluid-synth portaudio node
|
||||
sudo npm install -g appdmg
|
||||
|
||||
# Workaround per Homebrew bug #44806
|
||||
brew reinstall fltk
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Warning: fltk installation failed, trying workaround..."
|
||||
brew reinstall --devel https://raw.githubusercontent.com/dpo/homebrew/ec46018128dde5bf466b013a6c7086d0880930a3/Library/Formula/fltk.rb
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user