]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
improve INSTALL
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index b02740af6c275266d9e1b21e88a8c515c11a443a..e2ed664527e3af774d669950e20934c80faee10f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -6,10 +6,14 @@ Quick compilation guide
 
 These four steps will compile, test and install LyX:
 
+       0) Linux users beware: if compiling the Qt frontend, you need
+           qt and qt-devel packages of the same version to compile LyX. 
+
        1) ./configure
           configures LyX to your system. By default, LyX configures
            the xforms frontend, use --with-frontend=qt to build a Qt
-           version.
+           version. You may have to set 
+           --with-qt-dir=<path-to-your-qt-installation> to succeed.
 
        2) make
           compiles the program.