diff options
author | tersec <tersec@users.noreply.github.com> | 2022-06-20 06:01:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-20 08:01:41 +0200 |
commit | 5e32fc785527d9b71ebab643f142fbab13eb29ce (patch) | |
tree | 7b50c2137584e5ad9d98f6844eb53ff56c10388d | |
parent | dd4cc266cd39d7cecfd7215e683b0c6499fc4a36 (diff) | |
download | Nim-5e32fc785527d9b71ebab643f142fbab13eb29ce.tar.gz |
Recommend gcc 5.x or newer (#19910)
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md index 7ff056a20..8999091e6 100644 --- a/readme.md +++ b/readme.md @@ -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 |