]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
Add required elements in the layouts to support DocBook.
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 152561818115ccec10f30f9128e4ea53d6fbd7e3..47b73f19b9d7614e89fef23102d756cbd44fbf27 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -48,7 +48,7 @@ Requirements
 ------------
 
 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).
 This means that gcc users will have to install the relevant libstdc++
@@ -64,6 +64,9 @@ To build LyX with spell checking capabilities included you have to
 install at least one of the development packages of the spell checker
 libraries. See the RELEASE-NOTES for details.
 
+Users of debian-based distributions are well advised to run
+'apt-get build-dep lyx' before compiling to install proper dependencies.
+
 
 * Other things to note