IoLanguage / io

Io programming language. Inspired by Self, Smalltalk and LISP.
http://iolanguage.org
Other
2.66k stars 298 forks source link

Update build instructions for arm64 macOS machines #464

Closed bulbazord closed 1 year ago

bulbazord commented 1 year ago

Unfortunately the coroutines code lacks support for arm64. Fortunately arm64-based macOS machines can run code built for x86_64-based macOS machines using Rosetta. I thought I'd document how to build for x86_64 specifically on an M1.

stevedekorte commented 1 year ago

Thanks Alex