Revert "Documented faster way to bootstrap-build Nim"

This commit is contained in:
Varriount
2015-01-17 19:16:04 -05:00
parent eb929bd61c
commit bc97493102
6 changed files with 17 additions and 39 deletions

View File

@@ -24,7 +24,7 @@ like systems. Binary packages may be provided later.
Download `nim-0.10.2.zip <download/nim-0.10.2.zip>`_, extract it and follow
these instructions:
* ./build.sh
* sh build.sh
* Add ``$your_install_dir/bin`` to your PATH.
There are other ways to install Nim (like using the ``install.sh`` script),
@@ -39,7 +39,11 @@ Change the branch to suit your needs::
git clone -b master git://github.com/Araq/Nim.git
cd Nim
./build.sh
git clone -b master --depth 1 git://github.com/nim-lang/csources
cd csources && sh build.sh
cd ..
bin/nim c koch
./koch boot -d:release
The ``master`` branch always contains the latest stable version of the compiler.
If you want bleeding edge then switch to the ``devel`` branch and follow