andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
528 stars 49 forks source link

How to compile on Linux? #308

Open petran79 opened 6 months ago

petran79 commented 6 months ago

Because there are not any instructions on the Readme, what are the essential steps to compile from source and what are the dependencies?

4LT commented 6 months ago
cd Quake
make DO_USERDIRS=1

omit DO_USERDIRS=1 if you don't need IronWail to search your home directory for Quake files

perondeidad commented 6 months ago

help

Compiling snd_vorbis.c
snd_vorbis.c:37:10: fatal error: vorbis/vorbisfile.h: No existe el archivo o el directorio
   37 | #include <vorbis/vorbisfile.h>
      |          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:297: snd_vorbis.o] Error 1
4LT commented 6 months ago

https://github.com/andrei-drexler/ironwail/issues/186#issuecomment-1487742695

perondeidad commented 6 months ago

#186 (comment)

Thank you very much, I owe you life