Skip to content

Instantly share code, notes, and snippets.

@wwalker
Created February 7, 2023 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wwalker/136993215da24eb44f6e2797580c0767 to your computer and use it in GitHub Desktop.
Save wwalker/136993215da24eb44f6e2797580c0767 to your computer and use it in GitHub Desktop.
Build Boomer
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