Recommend gcc 5.x or newer (#19910)

This commit is contained in:
tersec
2022-06-20 06:01:41 +00:00
committed by GitHub
parent dd4cc266cd
commit 5e32fc7855

View File

@@ -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