From bca3f0eff6c7ed409cd92f7573775b283ab7662a Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Wed, 29 May 2013 16:05:58 -0700 Subject: [PATCH] Updated Bootstrapping (markdown) --- Bootstrapping.md => Getting-Started.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) rename Bootstrapping.md => Getting-Started.md (59%) diff --git a/Bootstrapping.md b/Getting-Started.md similarity index 59% rename from Bootstrapping.md rename to Getting-Started.md index 271f6c4..2f1bfd3 100644 --- a/Bootstrapping.md +++ b/Getting-Started.md @@ -4,8 +4,20 @@ To get the source code you need either of these: * wget + tar `wget --no-check-certificate "https://github.com/Araq/Nimrod/tarball/master"` * git `git clone --depth 1 git://github.com/Araq/Nimrod.git` +### Bootstrapping + After downloading the source (and extracting it), you need to extract build/csources.zip then you can bootstrap with: * `./build.sh` or `build.bat` (Windows) * `nimrod c koch` * `koch boot [-d:release]` +* Put Nimrod on your PATH + * For Linux, you only need a symlink: `ln -s $PWD/bin/nimrod /home/user/bin` + +### Babel + +Babel is Nimrod's package manager +* Download the source from `[[https://github.com/nimrod-code/babel]]` using one of the above methods. +* `nimrod c babel` +* `ln -s $PWD/babel /home/user/bin` +* `babel update` \ No newline at end of file