Created
February 7, 2023 07:39
-
-
Save wwalker/136993215da24eb44f6e2797580c0767 to your computer and use it in GitHub Desktop.
Build Boomer
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
git clone https://github.com/nim-lang/Nim.git | |
cd Nim | |
./build_all.sh | |
nim c koch.nim | |
koch boot -d:release | |
PATH=~/git/Nim/bin:$PATH | |
cd .. | |
git clone https://github.com/tsoding/boomer | |
cd boomer | |
nimble build | |
./boomer | |
<hit escape to exit the magnification> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment