Replies: 1 comment
-
Unfortunately at this point compiling yourself is the only way. We don't have any Intel-based Macs at our disposal. Maybe someone from the community can help, but the community is still small, given the fact we just started. Lin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the instructions for installing PicoGk, but when I try to run the first Example I get the following error message:
My guess is, that the main problem is the following:
'/usr/local/lib/picogk.1.0.dylib' (mach-o file, but is an incompatible architecture (have (arm64), need (x86_64h)))
Seems like the picogk.1.0.dylib is compiled only for ARM Macs.
Is there a different solution than compiling PicoGKRuntime by myself? I'm new to programming and this seems to be quite tricky...
Beta Was this translation helpful? Give feedback.
All reactions