Jump to content

Compiling Zandronum on Linux: Difference between revisions

reword
(Added note where command needs to be edited before running)
Tag: Source edit
(reword)
Tag: Source edit
Line 110: Line 110:
  cd buildclient
  cd buildclient


Then, use CMake to generate the Makefiles:
Then, use CMake to generate the Makefiles.


⚠️ Edit the paths in the command to point to where you extracted FMOD
Replace <code>/path/to/fmodapi44464linux</code> in the commands below with where you extracted FMOD.


  cmake \
  cmake \