Closed vanfanel closed 3 years ago
Yes, don't change the Makefile; just use make LINUX=1 SDL=2
as indicated in the readme.
@ptitSeb Great! That did it! :) Thanks a lot! What a fun game this is... I will try to run it on the Pi next, now that I got X-less OpenGL to work there (no gl4es needed!)
Closing this, thanks for your support and of course your awesome work on this!
Hi @ptitSeb
I am trying to build a simple GNU/Linux+SDL2 version of Stunt Car Remake usging the code in this repo.
For this, I added these to the Makefile (else it tried to build against SDL1....):
However I still get:
I am missing some small piece here, but... what?
Thanks!