From 015b814e6ae0b99a2564d2d3b38469a762363f2e Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sun, 4 Aug 2013 22:24:21 +0100 Subject: [PATCH] Updated bootstrap instructions. Removed csources.zip. --- readme.md | 6 ++---- readme.txt | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 069863636c..59546653b0 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,6 @@ To build from source you will need: * gcc 3.x or later recommended. Other alternatives which may work are: clang, Visual C++, Intel's C++ compiler - * unzip * git or wget If you are on a fairly modern *nix system, the following steps should work: @@ -34,10 +33,9 @@ If you are on a fairly modern *nix system, the following steps should work: ``` $ git clone git://github.com/Araq/Nimrod.git $ cd Nimrod -$ cd build -$ unzip csources.zip +$ git clone --depth 1 git://github.com/nimrod-code/csources +$ cd csources && ./build.sh $ cd .. -$ ./build.sh $ bin/nimrod c koch $ ./koch boot -d:release ``` diff --git a/readme.txt b/readme.txt index 069863636c..59546653b0 100644 --- a/readme.txt +++ b/readme.txt @@ -26,7 +26,6 @@ To build from source you will need: * gcc 3.x or later recommended. Other alternatives which may work are: clang, Visual C++, Intel's C++ compiler - * unzip * git or wget If you are on a fairly modern *nix system, the following steps should work: @@ -34,10 +33,9 @@ If you are on a fairly modern *nix system, the following steps should work: ``` $ git clone git://github.com/Araq/Nimrod.git $ cd Nimrod -$ cd build -$ unzip csources.zip +$ git clone --depth 1 git://github.com/nimrod-code/csources +$ cd csources && ./build.sh $ cd .. -$ ./build.sh $ bin/nimrod c koch $ ./koch boot -d:release ```