TrustedUser
2,147
edits
m (→2. MacPorts: add pandoc) |
(** Obtaining the required libraries ** - Adding glew) |
||
Line 38: | Line 38: | ||
=== 1. Homebrew === | === 1. Homebrew === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
brew install a52dec curl-openssl faad2 flac fluid-synth freetype fribidi jpeg-turbo libmpeg2 libogg libpng libvorbis mad pandoc pkg-config sdl2 sdl2_net theora zlib | brew install a52dec curl-openssl faad2 flac fluid-synth freetype fribidi jpeg-turbo libmpeg2 libogg libpng libvorbis mad pandoc pkg-config sdl2 sdl2_net theora zlib glew | ||
</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 glew | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 83: | Line 83: | ||
*** [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] | ||
** [http://glew.sourceforge.net glew] | |||
All the libraries are compiled and installed in the same way: | All the libraries are compiled and installed in the same way: |