mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
improve INSTALL
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6297 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ea315a33e6
commit
2bd9b6ba43
@ -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>
|
2003-02-18 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||||
|
|
||||||
* INSTALL: document the use of --with-frontend
|
* INSTALL: document the use of --with-frontend
|
||||||
|
6
INSTALL
6
INSTALL
@ -6,10 +6,14 @@ Quick compilation guide
|
|||||||
|
|
||||||
These four steps will compile, test and install LyX:
|
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
|
1) ./configure
|
||||||
configures LyX to your system. By default, LyX configures
|
configures LyX to your system. By default, LyX configures
|
||||||
the xforms frontend, use --with-frontend=qt to build a Qt
|
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
|
2) make
|
||||||
compiles the program.
|
compiles the program.
|
||||||
|
Loading…
Reference in New Issue
Block a user