diff options
author | Araq <rumpf_a@web.de> | 2016-11-07 00:56:47 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-11-07 00:56:47 +0100 |
commit | 8b30506f724186625d8799989e5ee403d158c0b6 (patch) | |
tree | 38f5742334159003b1c9db4ef72df0b00162e109 | |
parent | 52bb696cd4ad57ac647a0bcf7da53be4ef014b69 (diff) | |
download | Nim-8b30506f724186625d8799989e5ee403d158c0b6.tar.gz |
never was documented anyway
-rw-r--r-- | bootstrap.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100644 index 5d05ddbf8..000000000 --- a/bootstrap.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -set -e -set -x - -if [ ! -e csources/.git ]; then - git clone --depth 1 https://github.com/nim-lang/csources.git csources -fi - -cd "csources" -sh build.sh -cd ".." - -./bin/nim c koch -./koch boot -d:release -./koch geninstall - -set +x - -echo -echo 'Install Nim using "./install.sh <dir>" or "sudo ./install.sh <dir>".' |