Compiling Zandronum on Linux: Difference between revisions

Add opus
(Add info about the topic and evolve extensions)
Tag: Source edit
(Add opus)
Tag: Source edit
Line 12: Line 12:
** libopenssl ''(for Zandronum 1.3 or later)''
** libopenssl ''(for Zandronum 1.3 or later)''
** SQLite ''(for Zandronum 1.3 or later)''
** SQLite ''(for Zandronum 1.3 or later)''
** libopus ''(for Zandronum 3.2 or later)''
* '''Recommended'''
* '''Recommended'''
** GTK2
** GTK2
Line 32: Line 33:
sudo apt-get install g++ make cmake libsdl1.2-compat-dev mercurial mercurial-evolve zlib1g-dev \
sudo apt-get install g++ make cmake libsdl1.2-compat-dev mercurial mercurial-evolve zlib1g-dev \
libbz2-dev libjpeg-dev libfluidsynth-dev libgtk2.0-dev timidity nasm \
libbz2-dev libjpeg-dev libfluidsynth-dev libgtk2.0-dev timidity nasm \
libgl1-mesa-dev libssl-dev tar libglew-dev
libgl1-mesa-dev libssl-dev tar libglew-dev libopus-dev
</pre>
</pre>