Created
January 23, 2021 21:09
-
-
Save joubertnel/d31328d6db838a4d978a1c20e8d16e40 to your computer and use it in GitHub Desktop.
Nim: compile for Apple M1 / macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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