mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Only gcc 4.8 is C++11 feature complete.
This commit is contained in:
parent
2bf7756196
commit
748bb5a046
2
INSTALL
2
INSTALL
@ -48,7 +48,7 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
First of all, you will need a C++11 standard conforming compiler, like gcc (at
|
First of all, you will need a C++11 standard conforming compiler, like gcc (at
|
||||||
least 4.7) or clang.
|
least 4.8) or clang.
|
||||||
|
|
||||||
LyX makes great use of the C++ Standard Template Library (STL).
|
LyX makes great use of the C++ Standard Template Library (STL).
|
||||||
This means that gcc users will have to install the relevant libstdc++
|
This means that gcc users will have to install the relevant libstdc++
|
||||||
|
Loading…
Reference in New Issue
Block a user