Compiling Zandronum on Linux: Difference between revisions

Remove SQLite as a requirement (Zan now downloads it automatically)
(Add info about the topic and evolve extensions)
Tag: Source edit
(Remove SQLite as a requirement (Zan now downloads it automatically))
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
** [http://zandronum.com/essentials/fmod/ FMOD Ex] 4.44.64
** [http://zandronum.com/essentials/fmod/ FMOD Ex] 4.44.64
** libopenssl ''(for Zandronum 1.3 or later)''
** libopenssl ''(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 32:
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>