forked from rebecca/BSX
1
0
Fork 0
Commit Graph

3 Commits

Author SHA1 Message Date
Rebecca Buckingham b9d4bdfcd3
Refactored CPU_run 2024-07-24 13:09:43 +01:00
David Jolley e03ceb1871
Makefile made more generic
Uses pkg-config to source locations of libSDL.
As commented in Makefile, *may* cause issues with builds on Mac, but
there are known Mac-isms to make this work.
Also needs the math library for round() as referenced by video.o
This causes builds to start working on Ubuntu 24.04 with the default
SDL2 libraries installed using apt.
Arch is known to need pkg-config to use SDL libs too, but I'm not
sitting at my arch machine at the moment, so no idea if this is complete
for that platform.
A meta-build system *may* be a good idea?
2024-07-24 12:53:53 +01:00
Rebecca Buckingham cafbf52f2f First commit. 2024-07-22 20:48:34 -04:00