Guest User

Untitled

a guest
Oct 26th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. rm -rf nim/ install_dir/
  2. git clone --branch v1.4.0 --depth 1 https://github.com/nim-lang/Nim.git nim/
  3. git clone --depth 1 https://github.com/nim-lang/csources.git nim/csources/
  4. (cd nim/csources/ && sh build.sh)
  5. (cd nim/ && bin/nim c koch)
  6. (cd nim/ && ./koch boot -d:release)
  7. (cd nim/ && ./koch tools)
  8. (cd nim/ && ./koch nimble)
  9. (cd nim/ && ./koch install "../install_dir")
Add Comment
Please, Sign In to add comment