The currently packaged mac release is non functional. To start, it links against libraries that are not part of the standard mac distribution nor are distributed in the archive:
- sdl2
- minizip
- luajit
- lz3
- png16
- tbb
Once I fix this by installing them through homebrew, I get a segfault which prevents the game from opening.
Additionally, the game isn't compiled for ARM which limits is distribution potential. I'll try getting it building locally later to see if this is still a problem on master.
The currently packaged mac release is non functional. To start, it links against libraries that are not part of the standard mac distribution nor are distributed in the archive:
Once I fix this by installing them through homebrew, I get a segfault which prevents the game from opening.
Additionally, the game isn't compiled for ARM which limits is distribution potential. I'll try getting it building locally later to see if this is still a problem on master.