mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
Merge pull request #279 from keitahaga/build-instruction-fix
Fix build instructions
This commit is contained in:
@@ -34,7 +34,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
|
||||
$ unzip build/csources.zip
|
||||
$ cd build
|
||||
$ unzip csources.zip
|
||||
$ cd ..
|
||||
$ ./build.sh
|
||||
$ bin/nimrod c koch
|
||||
$ ./koch boot -d:release
|
||||
@@ -61,4 +63,4 @@ developed with Nimrod, allowing you to create commercial applications.
|
||||
Read copying.txt for more details.
|
||||
|
||||
Copyright (c) 2004-2012 Andreas Rumpf.
|
||||
All rights reserved.
|
||||
All rights reserved.
|
||||
|
||||
@@ -34,7 +34,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
|
||||
$ unzip build/csources.zip
|
||||
$ cd build
|
||||
$ unzip csources.zip
|
||||
$ cd ..
|
||||
$ ./build.sh
|
||||
$ bin/nimrod c koch
|
||||
$ ./koch boot -d:release
|
||||
@@ -61,4 +63,4 @@ developed with Nimrod, allowing you to create commercial applications.
|
||||
Read copying.txt for more details.
|
||||
|
||||
Copyright (c) 2004-2012 Andreas Rumpf.
|
||||
All rights reserved.
|
||||
All rights reserved.
|
||||
|
||||
Reference in New Issue
Block a user