]> git.lyx.org Git - lyx.git/commitdiff
bug 373
authorJohn Levon <levon@movementarian.org>
Wed, 29 May 2002 15:10:11 +0000 (15:10 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 29 May 2002 15:10:11 +0000 (15:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4276 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
INSTALL

index 9adc3fcab041433a99317ad3fd20a18828807d75..539cd545f665b2c1f1d5099c7b49692e90e2ed77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * NEWS: add info about the 1.1.6 series
 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * NEWS: add info about the 1.1.6 series
diff --git a/INSTALL b/INSTALL
index 075d5e4a3d714b4692e04214045340eb0e3b7f4f..589a3965192377394d70cfc7ada911ba5b5a882f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -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
 patch), you will need to have the GNU gettext package installed, due
 to some dependencies in the makefiles. You can find the latest version
 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
 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,
     by doing something like : ./configure --with-version-suffix=-latestcvs
 
     the same system. You can optionally specify a "version" of your own,
     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
     higher level as the default (-O), for example --enable-optimization=-O3.
 
   o --enable-optimization=VALUE enables you to set optimization to a
     higher level as the default (-O), for example --enable-optimization=-O3.