Updated bootstrap instructions. Removed csources.zip.

This commit is contained in:
Dominik Picheta
2013-08-04 22:24:21 +01:00
parent 201e4d2835
commit 015b814e6a
2 changed files with 4 additions and 8 deletions

View File

@@ -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
```

View File

@@ -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
```