Difference between revisions of "Compiling ScummVM/macOS"

Jump to navigation Jump to search
Updated Homebrew installation instructions
(→‎4. Manual compilation: update link for faad2)
(Updated Homebrew installation instructions)
Line 24: Line 24:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
</syntaxhighlight>
</syntaxhighlight>


Line 35: Line 35:
=== 1. Homebrew ===
=== 1. Homebrew ===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
brew install a52dec curl-openssl faad2 flac fluid-synth freetype fribidi jpeg-turbo giflib libmpeg2 libogg libpng libvorbis mad pandoc pkg-config sdl2 sdl2_net theora zlib glew
brew install a52dec faad2 flac fluid-synth freetype fribidi mad libmpeg2 libogg libpng libvorbis sdl2 sdl2_net theora giflib zlib jpeg-turbo curl-openssl glew pkg-config pandoc
</syntaxhighlight>
</syntaxhighlight>


213

edits

Navigation menu