mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Mention C++11 requirement in INSTALL
Thanks to Scott and Jean-Marc for pointing that out, I forgot it.
This commit is contained in:
parent
3611d90ffe
commit
8a20f4b394
5
INSTALL
5
INSTALL
@ -48,9 +48,8 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
First of all, you will need a recent C++ compiler, where recent means
|
First of all, you will need a recent C++ compiler, where recent means
|
||||||
that the compilers are close to C++ standard conforming like gcc (at
|
that the compilers are close to C++11 standard conforming like gcc (at
|
||||||
least 4.3) or clang. Note that the compiler will be used in C++11 mode
|
least 4.3) or clang.
|
||||||
when possible.
|
|
||||||
|
|
||||||
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