git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4276 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-05-29 15:10:11 +00:00
parent 6ec45dba6b
commit 9ec1794ef6
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-05-29 John Levon <moz@compsoc.man.ac.uk>
* INSTALL: document that --program-* and frontends
don't work (yet ...)
2002-05-29 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr> 2002-05-29 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* NEWS: add info about the 1.1.6 series * NEWS: add info about the 1.1.6 series

View File

@ -75,6 +75,10 @@ instead of 2.[12], and this causes occasional crashes.
In addition, you must have libXpm version 4.7 or newer. In addition, you must have libXpm version 4.7 or newer.
Note that the Qt and Gnome frontends are still under development, and
as a result are only useful if you want to help out with testing and
development.
If you make modifications to files in src/ (for example by applying a If you make modifications to files in src/ (for example by applying a
patch), you will need to have the GNU gettext package installed, due patch), you will need to have the GNU gettext package installed, due
to some dependencies in the makefiles. You can find the latest version to some dependencies in the makefiles. You can find the latest version
@ -140,6 +144,10 @@ flags:
the same system. You can optionally specify a "version" of your own, the same system. You can optionally specify a "version" of your own,
by doing something like : ./configure --with-version-suffix=-latestcvs by doing something like : ./configure --with-version-suffix=-latestcvs
Note that the standard configure options --program-prefix,--program-suffix
and the others will not affect the shared LyX directory etc. so it
is recommended that you use --with-version-suffix (or --prefix) instead.
o --enable-optimization=VALUE enables you to set optimization to a o --enable-optimization=VALUE enables you to set optimization to a
higher level as the default (-O), for example --enable-optimization=-O3. higher level as the default (-O), for example --enable-optimization=-O3.