improve INSTALL

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6297 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-02-27 15:55:55 +00:00
parent ea315a33e6
commit 2bd9b6ba43
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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.