diff options
author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-10-01 12:18:31 +0200 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-10-01 12:18:31 +0200 |
commit | 6e1313515df4ee5808c77af5aeacfa77fce42474 (patch) | |
tree | 76bcbbfe2f9cfc05f8323763a147f442c8cc3ece /web/download.rst | |
parent | d8223d6645f0a25321135a61261f8d2d5e612d8b (diff) | |
download | Nim-6e1313515df4ee5808c77af5aeacfa77fce42474.tar.gz |
Improve downloads page.
Diffstat (limited to 'web/download.rst')
-rw-r--r-- | web/download.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/download.rst b/web/download.rst index 4159f2904..cf0841577 100644 --- a/web/download.rst +++ b/web/download.rst @@ -3,17 +3,12 @@ Download the compiler You can download the latest version of the Nim compiler here. -**Note:** The Nim compiler requires a C compiler to compile software. On -Windows we recommend that you use -`Mingw-w64 <http://mingw-w64.sourceforge.net/>`_. GCC is recommended on Linux -and Clang on Mac. - - Binaries -------- Right now binaries are only provided for Windows. You can download -an installer for both 32 bit and 64 bit versions of Windows below. +an installer for both 32 bit and 64 bit versions of Windows below. These +installers have everything you need to use Nim, including a C compiler. * | 32 bit: `nim-0.15.0_x32.exe <download/nim-0.15.0_x32.exe>`_ | SHA-256 0ca8931e3369735bbafdf93de98a8fd0f425870f1173845e7601922a5e00c3c2 @@ -26,6 +21,11 @@ you started with Nim development! Installation based on generated C code -------------------------------------- +**Note:** The Nim compiler requires a C compiler to compile software. On +Windows we recommend that you use +`Mingw-w64 <http://mingw-w64.sourceforge.net/>`_. GCC is recommended on Linux +and Clang on Mac. The Windows installers above already includes a C compiler. + This installation method is the preferred way for Linux, Mac OS X, and other Unix like systems. |