If you are not sure which version (64-bit or 32-bit) to pick, it is very likely that you want the 64-bit version (x86_64):
If you know what you are doing and you are sure you need a 32-bit version, you can download it below:
The installation using the provided zip files should be fairly
straightforward. Simply extract the files into the desired installation
directory, and run finish.exe
.
PATH
environment variableThe binaries from the zip file live inside the bin
directory.
It is common for Nim developers to include two directories in their
PATH
environment variable:
bin
directory%USERPROFILE%\.nimble\bin
(where %USERPROFILE%
is the home directory)The zip file includes a simple application called finish.exe
that can
attempt to add both directories to your PATH
.
This tool also checks for the presence of a C compiler and can install MingW
,
the GNU C compiler collection for Windows.
The Nim compiler needs a C compiler in order to compile software. You can
use finish.exe
to install MinGW.
The following versions of MinGW are known to work with the latest version of Nim:
choosenim
choosenim
is an
installer for the Nim programming language. It allows you
to easily switch between versions of Nim, whether that is the latest stable
release or the latest development version.