andrei-drexler / ironwail

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

How do I build 0.7.0 on Linux? #186

Open mikae1 opened 1 year ago

mikae1 commented 1 year ago

Topic says it all. I need some instructions. 🙂

garoto commented 1 year ago

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

mikae1 commented 1 year ago

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

Thanks, worked very well!

ks202005 commented 1 year ago

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.