Jump to content

Compiling Zandronum on Linux: Difference between revisions

Update OSDN link (and a forgotten Bitbucket one!) to Heptapod
(added packages "glew" and "glew-devel" to fedora dnf as required for compile on fedora 38 server (headless), else compile will fail at 31% due to glew.h not found)
(Update OSDN link (and a forgotten Bitbucket one!) to Heptapod)
Tag: Source edit
Line 14: Line 14:
* '''Recommended'''
* '''Recommended'''
** GTK2
** GTK2
** mercurial ''(needed in order to [https://bitbucket.org/Torr_Samaho/zandronum download the source] and compile in commit meta data)''
** mercurial ''(needed in order to [https://foss.heptapod.net/zandronum/zandronum-stable download the source] and compile in commit meta data)''
** nasm 0.98.39 or later ''(x86-32 only)''
** nasm 0.98.39 or later ''(x86-32 only)''
* '''Optional'''
* '''Optional'''
Line 99: Line 99:
<pre>
<pre>
cd ~/zandronum_build &&
cd ~/zandronum_build &&
hg clone https://hg.osdn.net/view/zandronum/zandronum-stable zandronum &&
hg clone https://foss.heptapod.net/zandronum/zandronum-stable zandronum &&
mkdir -pv zandronum/buildclient zandronum/buildserver
mkdir -pv zandronum/buildclient zandronum/buildserver
</pre>
</pre>