Sha256: 848b7f5a8fe794e6d362980558d9ce3d997cb6f797414f3dec21c34f1d896d27
Contents?: true
Size: 1020 Bytes
Versions: 53
Compression:
Stored size: 1020 Bytes
Contents
## Installing Nim ### Homebrew on Mac OS X ```bash brew update brew install nim ``` ### Arch Linux ```bash pacman -S nim ``` ### Void Linux ```bash xbps-install -S nim ``` ### FreeBSD ```bash pkg install nim ``` ## choosenim If you are looking for a tool that is similar `rustup` and `pyenv`, [choosenim](https://github.com/dom96/choosenim) can help. choosenim installs the Nim programming language from official downloads and sources, enabling you to easily switch between stable and development compilers. ### Unix ```bash curl https://nim-lang.org/choosenim/init.sh -sSf | sh ``` ### Windows Download the latest Windows version from the [releases](https://github.com/dom96/choosenim/releases) page. Execute the self-extracting archive, or extract the zip archive and run the runme.bat script. Follow any on screen prompts and enjoy your new Nim and choosenim installation. ## Other Platforms Instructions for installing Nim can be found in the [Nim installation](https://nim-lang.org/install.html)
Version data entries
53 entries across 53 versions & 1 rubygems