X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL;h=70910637ea8ada4c6f6796879424b3841ea1b369;hb=b0cc76db74d934cb761e4f932f9b6070536890f4;hp=2407f054ce87a069a8c0b5e12f0028f6b8fbcf18;hpb=6008c8176e5249f68143997cca0f1b2dc6ee2e66;p=lyx.git diff --git a/INSTALL b/INSTALL index 2407f054ce..70910637ea 100644 --- a/INSTALL +++ b/INSTALL @@ -9,7 +9,7 @@ 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 --with-frontend=qt4 + 1) ./configure configures LyX according to your system. When compiling for Qt, you may have to set --with-qt-dir= @@ -107,9 +107,6 @@ to create the Makefile by typing For more complicated cases, LyX configure takes the following specific flags: - o --with-frontend=FRONTEND that allows to specify which frontend you - want to use. There is no default value: this switch is required. - o --with-extra-lib=DIRECTORY that specifies the path where LyX will find extra libraries (qt4) it needs. Defaults to NONE (i.e. search in standard places). You can specify several @@ -233,6 +230,10 @@ cases: latex cannot be found. If you find that you have to use this flag, please report it as a bug. + o --with-frontend=FRONTEND that allows to specify which frontend you + want to use. The default value is qt4, which is the only available + frontend for now. + Compiling and installing LyX ----------------------------