harrowm / AtomulatorOSX

Port of Atomulator to Allegro 5
GNU General Public License v2.0
1 stars 2 forks source link

Released macos binaries #1

Open leuat opened 2 years ago

leuat commented 2 years ago

Hi there

I'm developing TRSE, a multi-system IDE + compiler for really old computers. Trying to add support for the Acorn Atom, I really need an emulator for OSX - but I'm unable to get this compiling due to static allegro5 libraries missing. Any chance of uploading a compiled release?

harrowm commented 2 years ago

Hi, it uses the allegro 5 library .. which is here: https://liballeg.org/ or https://www.allegro.cc/

It has to be version 5 as version 4 no longer works on MacOS. There was a problem building a Mac bundle, which meant rebuilt the library as a static one. Teh tickets are here, I don't know if it ever got fixed:

https://github.com/liballeg/allegro5/issues/555 https://www.allegro.cc/forums/thread/615967

If you get it working, please let me know. I now have a M1 mac .. I will try to rebuild, but this may take me a while !

Best of luck Regards Malcolm

Deepfreeze32 commented 2 years ago

@leuat I'm not sure if my latest updates addressed this issue, but I wanted to bump this to see if the commits I merged help.