SpaceCadetPinball
SpaceCadetPinball copied to clipboard
MacBook Air M1
Is there a bug? Is this a confirmation that it works?
This is most likely a success story/binary share. However, the project is already known to compile on ARM arch and under macOS.
In fact, the game should compile on most little-endian architectures. It might even work on exotics, as it was tested to compile and run on Elbrus VLIW.
Is there a bug? Is this a confirmation that it works?
I only know a little bit of compilation knowledge, and I compiled it by accident. I don't know if there is a bug, but it does work fine.
This is most likely a success story/binary share. However, the project is already known to compile on ARM arch and under macOS.
In fact, the game should compile on most little-endian architectures. It might even work on exotics, as it was tested to compile and run on Elbrus VLIW.
I installed SDL2, SDL2_mixer using homebrew, and downloaded and installed cmake and vscode. Then I loaded CMakeLists.txt using vscode, and it compiled successfully after that. It all came as a surprise to me, my English is very weak, I'm not a programmer, I just love the open source world. Through this unexpected joy, I found that I can get all the open source software I need by learning to compile.
Compiling things can be rewarding, especially when it works)
