]> git.lyx.org Git - features.git/commitdiff
small fixes to INSTALL
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Jun 2001 14:05:26 +0000 (14:05 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Jun 2001 14:05:26 +0000 (14:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2116 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
INSTALL

index 3adc7265c242e1ee615be9dfcb1132342aaec797..5aae73de6702b5c6569e777ccaafc04c45e7280d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
+
+       * INSTALL: remove mention of kde frontend, mention the need of gnu
+       m4.
+
 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
diff --git a/INSTALL b/INSTALL
index 13af00e815320cb33e4487777b604e670dc811c8..db183465c6d7f2fec654d7fe35858643df7126c9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -54,6 +54,8 @@ developers to request a version for your system.  You can get it from
 In addition, you must have libXpm version 4.7 (or newer; 4.8 rumoured
 to work).
 
+You will also probably need GNU m4 (perhaps installed as gm4).
 libXpm can be found at:
            http://www.funet.fi/pub/Linux/sunsite/X11/libs/!INDEX.html
            (or similar locations at other sunsites like sunsite.unc.edu)
@@ -306,6 +308,15 @@ notify us.
        are needed for compilation). A 'make symlinks' in linux kernel
        sources fixes that. 
 
+  o if you are using the standard compiler that comes with RedHat Linux 7.0
+    (rpm versions 69 or below), it is known to miscompile LyX under some
+    circumstances. Compiling without optimisation seems to work :
+
+       CXXFLAGS="-g"
+       ./configure ...
+
+    You must use at least gcc 2.96-69 to compile LyX (check "rpm -q gcc").
   o if you get an error message when compiling LyX that looks like this :
 
     ../../src/minibuffer.h:17: using directive `Object' introduced
@@ -314,17 +325,6 @@ notify us.
     then you need to upgrade the version of the xforms library you have
     installed.
 
-  o If you are using RedHat 7.0 and the option --with-frontend=kde, you
-    will need to configure LyX as follows :
-
-       export QTDIR=/usr/lib/qt-1.45
-       export CC="egcs -L/usr/lib"
-       export CXX="egcs++ -L/usr/lib"
-       ./configure --with-frontend=kde 
-
-    If you your version of gcc-c++ is > 2.96-69, you may not need to do
-    this.
-
   o It is possible to compile lyx with Tru64 Unix cxx compiler
     version 6.2, provided one uses
        CXX='cxx -std strict_ansi'