From: Jean-Marc Lasgouttes Date: Thu, 27 Feb 2003 15:55:55 +0000 (+0000) Subject: improve INSTALL X-Git-Tag: 1.6.10~17401 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2bd9b6ba43c594c851c4249f186e89c39e99f2b8;p=features.git improve INSTALL git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6297 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index ec35e5f396..5f85f6abe1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-27 Angus Leeming + + * INSTALL: better instructions for the Qt frontend + 2003-02-18 Jean-Marc Lasgouttes * INSTALL: document the use of --with-frontend diff --git a/INSTALL b/INSTALL index b02740af6c..e2ed664527 100644 --- 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= to succeed. 2) make compiles the program.