diff options
Diffstat (limited to 'install.txt')
-rw-r--r-- | install.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/install.txt b/install.txt index 833fbf0fb..6ab562b07 100644 --- a/install.txt +++ b/install.txt @@ -33,7 +33,8 @@ is more cumbersome then. To complete the installation you should also build Nim's tools like ``nimsuggest``, ``nimble`` or ``nimgrep`` via:: - nim e install_tools.nims + nim c koch + koch tools Note that these tools should also end up in your ``PATH`` so adding ``$your_install_dir/bin/nim`` to your ``PATH`` is preferred over the symlink @@ -53,10 +54,8 @@ or clang. Installation on Windows ----------------------- -Install Nim by downloading and running the ``nim_$version.exe`` file. -As default, the ``GCC`` compiler is used that is bundled with this installer. -You can change the configuration file ``config/nim.cfg`` to use -another C compiler or change the path to GCC. +Install Nim by downloading and unzipping the ``nim_$version.zip`` file. +Run ``finish.exe`` to detect and setup your MingW environment. Currently, the following C compilers are supported under Windows: @@ -85,4 +84,5 @@ Nimble is Nim's package manager. For the source based installations where you added Nim's ``bin`` directory to your ``$PATH`` the easiest way of installing Nimble is via:: - nim e install_nimble.nims + nim c koch + koch nimble |