]> git.lyx.org Git - lyx.git/commitdiff
small change
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 19 Apr 2024 15:16:00 +0000 (17:16 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 19 Apr 2024 15:16:00 +0000 (17:16 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 5c9c4d74899a13e6c632f9d5127a7e0536b49146..ec959ff6a82b7b4ff9f54702400352d0ebcb4e50 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -55,9 +55,9 @@ 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++.
 
-LyX makes great use of the C++ Standard Template Library (STL).
-This means that gcc users will have to install the relevant libstdc++
-library to be able to compile this version of LyX.
+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
+to compile this version of LyX.
 
 For full LyX usability we suggest to use Qt 5.6 and higher, or at the
 very least Qt 5.4. It is also possible to compile against Qt 6. The