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
环境变量要使用Nim进行开发,需要在你的PATH
环境变量中添加以下两个目录:
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.
Nim编译器编译软件时需要一个C编译器,
你可以使用finish.exe
来安装MingW。
以下版本的MingW可完美地与最新版本的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.