Forked from joubertnel/gist:d31328d6db838a4d978a1c20e8d16e40
Last active
February 24, 2021 15:38
-
-
Save rukku/2a06fb451021550cd63f7ac36180aabc 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 csources | |
./build_all.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment