mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
Updated the installation instructions
This commit is contained in:
@@ -53,10 +53,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:
|
||||
|
||||
|
||||
@@ -3,11 +3,28 @@ Download the compiler
|
||||
|
||||
You can download the latest version of the Nim compiler here.
|
||||
|
||||
Binaries
|
||||
--------
|
||||
Windows
|
||||
-------
|
||||
|
||||
Right now binaries are only provided for Windows. You can download
|
||||
an installer for both 32 bit and 64 bit versions of Windows below. These
|
||||
Zips
|
||||
%%%%
|
||||
|
||||
We now encourage you to install via the provided zipfiles:
|
||||
|
||||
* | 32 bit: `nim-0.15.2_x32.zip <download/nim-0.15.2_x32.zip>`_
|
||||
| SHA-256
|
||||
* | 64 bit: `nim-0.15.2_x64.zip <download/nim-0.15.2_x64.zip>`_
|
||||
| SHA-256
|
||||
|
||||
Unzip these where you want and optionally run ``finish.exe`` to
|
||||
detect your MingW environment.
|
||||
|
||||
Exes
|
||||
%%%%
|
||||
|
||||
You can download an installer for both 32 bit and 64 bit versions of
|
||||
Windows below. Note that these installers have some known issues and
|
||||
so will unlikely to be provided further in the future. These
|
||||
installers have everything you need to use Nim, including a C compiler.
|
||||
|
||||
* | 32 bit: `nim-0.15.2_x32.exe <download/nim-0.15.2_x32.exe>`_
|
||||
|
||||
@@ -12,7 +12,13 @@ As always, you can grab the latest version from the
|
||||
`downloads page <http://nim-lang.org/download.html>`_.
|
||||
|
||||
This release is a pure bugfix release fixing the most pressing issues and
|
||||
regressions of 0.15.0. To see a full list of changes, take a look at the
|
||||
regressions of 0.15.0. For Windows we now provide zipfiles in addition to the
|
||||
NSIS based installer which proves to be hard to maintain and after all these
|
||||
months still has serious issues. So we encourage you download the .zip
|
||||
file instead of the .exe file! Unzip it somewhere, run ``finish.exe`` to
|
||||
detect your MingW installation, done.
|
||||
|
||||
To see a full list of changes, take a look at the
|
||||
detailed changelog `below <#changelog>`_.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user