mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Recommend gcc 5.x or newer (#19910)
This commit is contained in:
@@ -51,8 +51,8 @@ Nim programming language. Those C sources are available within the
|
||||
|
||||
Next, to build from source you will need:
|
||||
|
||||
* A C compiler such as ``gcc`` 3.x/later or an alternative such as ``clang``,
|
||||
``Visual C++`` or ``Intel C++``. It is recommended to use ``gcc`` 3.x or
|
||||
* A C compiler such as ``gcc`` 5.x/later or an alternative such as ``clang``,
|
||||
``Visual C++`` or ``Intel C++``. It is recommended to use ``gcc`` 5.x or
|
||||
later.
|
||||
* Either ``git`` or ``wget`` to download the needed source repositories.
|
||||
* The ``build-essential`` package when using ``gcc`` on Ubuntu (and likely
|
||||
|
||||
Reference in New Issue
Block a user