271
edits
Ccawley2011 (talk | contribs) (Updated Homebrew installation instructions) |
Ccawley2011 (talk | contribs) |
||
Line 35: | Line 35: | ||
=== 1. Homebrew === | === 1. Homebrew === | ||
<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-openssl | brew install a52dec faad2 flac fluid-synth freetype fribidi mad libmpeg2 libogg libpng libvorbis sdl2 sdl2_net theora giflib zlib jpeg-turbo curl-openssl pkg-config pandoc | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== 2. MacPorts === | === 2. MacPorts === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo port install libsdl2 libsdl2_net libjpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng libtheora faad2 a52dec freetype zlib fluidsynth fribidi pandoc | sudo port install libsdl2 libsdl2_net libjpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng libtheora faad2 a52dec freetype zlib fluidsynth fribidi pandoc | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 76: | Line 76: | ||
*** [https://www.gnu.org/software/libtool/ Libtool] | *** [https://www.gnu.org/software/libtool/ Libtool] | ||
*** [https://github.com/fribidi/fribidi FriBiDi] | *** [https://github.com/fribidi/fribidi FriBiDi] | ||
All the libraries are compiled and installed in the same way: | All the libraries are compiled and installed in the same way: |
edits