TrustedUser
2,147
edits
m (Text replacement - "</source>" to "</syntaxhighlight>") |
(→Obtaining the required libraries: Adding liba52) |
||
Line 36: | Line 36: | ||
=== 1. Homebrew === | === 1. Homebrew === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
brew install sdl2 sdl2_net jpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng theora faad2 freetype lzlib fluid-synth | brew install sdl2 sdl2_net jpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng theora faad2 a52dec freetype lzlib fluid-synth | ||
</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 freetype zlib fluidsynth | sudo port install libsdl2 libsdl2_net libjpeg-turbo libmpeg2 libogg libvorbis flac libmad libpng libtheora faad2 a52dec freetype zlib fluidsynth | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 62: | Line 62: | ||
** [http://libmpeg2.sourceforge.net mpeg2] | ** [http://libmpeg2.sourceforge.net mpeg2] | ||
** [http://www.audiocoding.com/faad2.html FAAD2] | ** [http://www.audiocoding.com/faad2.html FAAD2] | ||
** [http://liba52.sourceforge.net liba52] | |||
** [https://theora.org Theora] | ** [https://theora.org Theora] | ||
** [https://www.libsdl.org/projects/SDL_net/ SDL_net 2] or [https://www.libsdl.org/projects/SDL_net/release-1.2.html 1.2] (use same version as SDL) | ** [https://www.libsdl.org/projects/SDL_net/ SDL_net 2] or [https://www.libsdl.org/projects/SDL_net/release-1.2.html 1.2] (use same version as SDL) |