How do I build 0.7.0 on Linux?
Topic says it all. I need some instructions. 🙂
cd Quake ; make inside the root of the src dir should be all it's needed.
https://github.com/sezero/quakespasm/blob/master/Quakespasm.txt#L179-L197
https://github.com/sezero/quakespasm/blob/master/Quakespasm.txt#L179-L197
Thanks, worked very well!
For future reference, you'll also need libsdl2-dev, libmad0-dev, libogg-dev, libvorbis-dev, and libcurl4-openssl-dev installed.
I really wish it was easier to determine which dev packages you need before building, not just for this project mind you. Took me a while to figure out that the dev package for mad was libmad0-dev. Why is the 0 there? Who knows.