1,502
edits
(→Things needed: Add Homebrew and Fink) |
(→Obtaining the required libraries: Added instructions for Homebrew, and a stub for Fink) |
||
Line 27: | Line 27: | ||
== Obtaining the required libraries == | == Obtaining the required libraries == | ||
After downloading the XCode command line tools and | After downloading the XCode command line tools and a package manager, enter the following command to install all the required libraries: | ||
=== 1. MacPorts === | |||
<source lang="bash"> | |||
sudo port install libsdl libjpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng libtheora faad2 freetype zlib fluidsynth | |||
</source> | |||
=== 2. Homebrew === | |||
<source lang="bash"> | |||
brew install libsdl jpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng theora faad2 freetype lzlib fluid-synth | |||
</source> | |||
=== 3. Fink === | |||
<source lang="bash"> | |||
TODO | |||
</source> | |||
== Compiling ScummVM via the command line == | == Compiling ScummVM via the command line == |
edits