Open LevanMamontTsiklauri opened 10 months ago
If anyone else is facing this problem below is the workaround. Copying what I suggested on steam
I figured it out.
You need vorbis libs from here [(https://www.sfml-dev.org/download/sfml/2.6.1/)](steam://openurl_external/https://steamcommunity.com/linkfilter/?u=http%3A%2F%2F%28https%3A%2F%2Fwww.sfml-dev.org%2Fdownload%2Fsfml%2F2.6.1%2F%29)
You need to move everything from extlibs to /Library/Frameworks/
then you need to compile and install LibGlew from here [(https://glew.sourceforge.net/)](steam://openurl_external/https://steamcommunity.com/linkfilter/?u=http%3A%2F%2F%28https%3A%2F%2Fglew.sourceforge.net%2F%29)
make sure you compile under x86. To do that you need to run `arch -x86_64 zsh` before compiling. just make and make install
Then you need libpng from here [(http://www.libpng.org/pub/png/libpng.html)](steam://openurl_external/https://steamcommunity.com/linkfilter/?u=http%3A%2F%2F%28http%3A%2F%2Fwww.libpng.org%2Fpub%2Fpng%2Flibpng.html%29)
Also just ./configure then make and make install
And after that everytime you run a game, it will crash and you have to go to the System Settings -> Privacy & Security and choose Run Anyways for each of the framework/lib game uses.
If you will feel overwhelmed just remember that it's a hacking game after all :D I don't think I'll play the game itself after the evening of figuring out :D but it runs now and I'm happy :D
Good luck.
@LevanMamontTsiklauri, thank you for sharing; you helped me to get it working! If someone finds this thread, the following might help to troubleshoot:
find /Library/Frameworks/ -perm +111 -type f -exec xattr -d com.apple.quarantine {} +
arch -x86_64 zsh
did not create the proper env for make. I did run
arch -x86_64 make && arch -x86_64 make install
instead.PS: I was using the itch.io version.