]> git.lyx.org Git - lyx.git/commitdiff
improve INSTALL
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Feb 2003 15:55:55 +0000 (15:55 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 27 Feb 2003 15:55:55 +0000 (15:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6297 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
INSTALL

index ec35e5f396e6fb8060edea967713287d8a4ae83c..5f85f6abe11bc643c630c1f57020e79336cc143c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-27  Angus Leeming  <leeming@lyx.org>
+
+       * INSTALL: better instructions for the Qt frontend
+
 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
 
        * INSTALL: document the use of --with-frontend
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.