Skip to content

Instantly share code, notes, and snippets.

@cmbaughman
Forked from honewatson/gist:c2f035c07ef06f797514
Last active August 29, 2015 14:17
Show Gist options
  • Save cmbaughman/fe86bcd7a403a3f33d68 to your computer and use it in GitHub Desktop.
Save cmbaughman/fe86bcd7a403a3f33d68 to your computer and use it in GitHub Desktop.
cd
mkdir bin
export PATH=$PATH:$HOME/bin
git clone git://github.com/Araq/Nim.git
cd Nim
git clone --depth 1 git://github.com/nim-lang/csources
cd csources && sh build.sh
cd ..
bin/nim c koch
./koch boot -d:release
ln -s ~/Nim/bin/nim ~/bin/nim
cd
git clone https://github.com/nim-lang/nimble.git
cd nimble
nim c -r src/nimble install
ln -s ~/nimble/src/nimble ~/bin/nimble
nimble install aporia@#head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment