Document GCC dependency.

This commit is contained in:
Pavel Sanda 2024-10-22 21:05:39 +02:00
parent aa7ca6a6bd
commit 3f6eb9523d
2 changed files with 2 additions and 3 deletions

View File

@ -53,8 +53,7 @@ Requirements
------------ ------------
First of all, you will need a C++17 standard conforming compiler, like First of all, you will need a C++17 standard conforming compiler, like
g++ (at least 5.0, to have proper std::regex & std::string) or g++ (we suggest at least version 8.0) or clang++.
clang++.
LyX makes great use of the C++ Standard Library. This means that gcc LyX makes great use of the C++ Standard Library. This means that gcc
users will have to install the relevant libstdc++ library to be able users will have to install the relevant libstdc++ library to be able

2
README
View File

@ -88,7 +88,7 @@ What do I need to compile LyX from the source distribution?
* A C++11 compiler. Development is being done mainly with gcc/g++, * A C++11 compiler. Development is being done mainly with gcc/g++,
but clang and MSVC are known to work too. As of LyX 2.5.0, you but clang and MSVC are known to work too. As of LyX 2.5.0, you
need at least gcc 5.0. need at least gcc 8.0.
* The Qt library, at least version 5.2 (5.6 recommended). It is * The Qt library, at least version 5.2 (5.6 recommended). It is
also possible to compile with Qt 6.x. also possible to compile with Qt 6.x.