Skip to content

Instantly share code, notes, and snippets.

@honewatson
Last active August 29, 2015 14:13
Show Gist options
  • Save honewatson/c2f035c07ef06f797514 to your computer and use it in GitHub Desktop.
Save honewatson/c2f035c07ef06f797514 to your computer and use it in GitHub Desktop.
Install Nim, Nimble, and Aporia on Ubuntu 14.04
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