ironwail icon indicating copy to clipboard operation
ironwail copied to clipboard

How do I build 0.7.0 on Linux?

Open mikae1 opened this issue 2 years ago • 3 comments

Topic says it all. I need some instructions. 🙂

mikae1 avatar Mar 20 '23 21:03 mikae1

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

garoto avatar Mar 20 '23 22:03 garoto

https://github.com/sezero/quakespasm/blob/master/Quakespasm.txt#L179-L197

Thanks, worked very well!

mikae1 avatar Mar 21 '23 12:03 mikae1

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.

ks202005 avatar Mar 28 '23 23:03 ks202005