Forked from honewatson/gist:c2f035c07ef06f797514
          
        
    
          Last active
          August 29, 2015 14:17 
        
      - 
      
- 
        Save cmbaughman/fe86bcd7a403a3f33d68 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | 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