ironwail icon indicating copy to clipboard operation
ironwail copied to clipboard

How to compile on Linux?

Open petran79 opened this issue 11 months ago • 4 comments

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

petran79 avatar Mar 13 '24 18:03 petran79

cd Quake
make DO_USERDIRS=1

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

4LT avatar Mar 13 '24 18:03 4LT

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

perondeidad avatar Mar 14 '24 00:03 perondeidad

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

4LT avatar Mar 14 '24 01:03 4LT

#186 (comment)

Thank you very much, I owe you life

perondeidad avatar Mar 14 '24 01:03 perondeidad