commit 854b53bff58f6787447afeb0fc38713b51d25175
Author: Pavel Sanda <[email protected]>
Date: Fri Oct 4 20:51:51 2024 +0200
Document gcc 5 dependency.
https://www.mail-archive.com/[email protected]/msg223072.html
---
INSTALL | 2 +-
README | 4 ++--
lib/RELEASE-NOTES | 2 ++
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index 63c79198b9..52044fa1f3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,7 +53,7 @@ Requirements
------------
First of all, you will need a C++11 standard conforming compiler, like g++ (at
-least 4.9, to have proper srd::regex) or clang++.
+least 5.0, to have proper std::regex & std::string) or clang++.
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
diff --git a/README b/README
index 2bb7e6295d..1df823f869 100644
--- a/README
+++ b/README
@@ -87,8 +87,8 @@ How do I upgrade from an earlier LyX version?
What do I need to compile LyX from the source distribution?
* 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.4.0, you
- need at least gcc 4.9.
+ but clang and MSVC are known to work too. As of LyX 2.5.0, you
+ need at least gcc 5.0.
* The Qt library, at least version 5.2 (5.6 recommended). It is
also possible to compile with Qt 6.x.
diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 64191591aa..b36b8cce74 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -38,6 +38,8 @@
- The support for (long unmaintained) eLyXer was removed.
+- When compiling with GCC, LyX know needs at least version >= 5.
+
!!Known issues in version 2.5.0
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs