Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created January 23, 2021 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joubertnel/d31328d6db838a4d978a1c20e8d16e40 to your computer and use it in GitHub Desktop.
Save joubertnel/d31328d6db838a4d978a1c20e8d16e40 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 sources
./build_all.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment