]> git.lyx.org Git - lyx.git/blobdiff - INSTALL
Small fix to prevent crash on loading
[lyx.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e2ed664527e3af774d669950e20934c80faee10f..7a6c3c2f52c2840daaffcab35bd8dbf546d401bb 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -63,7 +63,7 @@ This version has been released under the LGPL (Lesser General Public
 License), and the availability of the source means that many bugs that
 have been plaguing LyX have been fixed in xforms. You are advised to
 upgrade to xforms 1.0 to enjoy all these new fixes.
-In fact, LyX 1.3.0 no longer supports versions of xforms older than 0.89.5.
+In fact, LyX 1.3.x no longer supports versions of xforms older than 0.89.5.
 
 You can get the source from
        http://world.std.com/~xforms/
@@ -84,9 +84,11 @@ point to make is that you must ensure that both LyX and the Qt libraries
 are compiled with the same C++ compiler.
 
 Note that if Qt is using Xft2/fontconfig, you may need to install the
-latex-ttf-fonts package, tobe found on ftp://ftp.lyx.org/ to get maths
-symbols displayed properly. To find out, type:
+latex-xft-fonts package (at ftp://ftp.lyx.org/pub/lyx/contrib/) to get
+maths symbols displayed properly. To find out, type:
+
        ldd `which lyx` | grep fontconfig
+
 at the console. Both RH8 and Debian unstable distributions are known
 to use fontconfig.
 
@@ -110,7 +112,7 @@ much on it.
 
 To use the thesaurus, you will need to install libAikSaurus, available
 from:
-    http://aiken.clan11.com/aiksaurus/
+       http://aiksaurus.sourceforge.net/
 
 The two following programs should be available at configuration time:
 
@@ -201,7 +203,7 @@ LyX:
     care.
 
   o You can also set the environment variable LINGUAS to a list of
-    language in case ou do not want to install all the translation
+    language in case you do not want to install all the translation
     files. For example, if you are only interested in German and
     Finnish, you can type (with sh or bash)
         export LINGUAS='de fi'
@@ -223,6 +225,10 @@ Moreover, the following generic configure flags may be useful:
   o --mandir=DIRECTORY gives the directory where the man pages will go.
     [defaults to ${prefix}/man]
 
+  o --enable-mainainer-mode enables some code that automatically
+    rebuilds the configure script, makefiles templates and other useful
+    files when needed. This is off by default, to avoid surprises.
+
 Note that the --with-extra-* commands are not really robust when it
 comes to use of relative paths.  If you really want to use a relative path
 here, you can prepend it with "`pwd`/".