mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Document GCC dependency.
This commit is contained in:
parent
aa7ca6a6bd
commit
3f6eb9523d
3
INSTALL
3
INSTALL
@ -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
2
README
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user