Open main menu

Difference between revisions of "Compiling ScummVM/macOS"

→‎1. Homebrew: added libvpx libmikmod
(→‎Obtaining the required libraries: Add section to use our packaged libs.)
(→‎1. Homebrew: added libvpx libmikmod)
Line 36: Line 36:
After downloading the Xcode command line tools and installing Homebrew, enter the following command to install all the required libraries:
After downloading the Xcode command line tools and installing Homebrew, enter the following command to install all the required libraries:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
brew install a52dec faad2 flac fluid-synth freetype fribidi mad libmpeg2 libogg libpng libvorbis sdl2 sdl2_net theora giflib zlib jpeg-turbo curl pkg-config pandoc
brew install a52dec faad2 flac fluid-synth freetype fribidi mad libmpeg2 libogg libpng libvorbis sdl2 sdl2_net theora giflib zlib jpeg-turbo curl pkg-config pandoc libvpx libmikmod
</syntaxhighlight>
</syntaxhighlight>