ironwail
ironwail copied to clipboard
How to compile on Linux?
Because there are not any instructions on the Readme, what are the essential steps to compile from source and what are the dependencies?
cd Quake
make DO_USERDIRS=1
omit DO_USERDIRS=1
if you don't need IronWail to search your home directory for Quake files
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
https://github.com/andrei-drexler/ironwail/issues/186#issuecomment-1487742695