Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rukku/2a06fb451021550cd63f7ac36180aabc to your computer and use it in GitHub Desktop.
Save rukku/2a06fb451021550cd63f7ac36180aabc to your computer and use it in GitHub Desktop.
Nim: compile for Apple M1 / macOS
# based on information from: https://github.com/nim-lang/Nim/issues/16211
git clone https://github.com/nim-lang/Nim
cd Nim
git clone -q --depth 1 https://github.com/nim-lang/csources_v1.git csources
./build_all.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment