LIJI32 / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
Other
1.64k stars 207 forks source link

Sameboy fails to compile on macOS #530

Closed Adamillo closed 1 year ago

Adamillo commented 1 year ago

Here's what it says:

Adamillos-iMac:SameBoy-master adamillo$ make make: sdl2-config: Command not found make: sdl2-config: Command not found /bin/sh: rgbasm: command not found rgbgfx -Z -u -c embedded -o build/obj/BootROMs/SameBoyLogo.2bpp BootROMs/SameBoyLogo.png make: rgbgfx: No such file or directory make: *** [build/obj/BootROMs/SameBoyLogo.2bpp] Error 1 Adamillos-iMac:SameBoy-master adamillo$

Adamillo commented 1 year ago

Just realized that Sameboy needs stuff like SLD2 and RGBDS, I'll close as not planned and if I'll run into an issue again I'll reopen it