small fixes to INSTALL

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2116 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-06-13 14:05:26 +00:00
parent 09316f3480
commit 169017f865
2 changed files with 16 additions and 11 deletions

View File

@ -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> 2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
* acconfig.h: add BOOST_NO_LIMITS hack to help boost lib. * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.

22
INSTALL
View File

@ -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 In addition, you must have libXpm version 4.7 (or newer; 4.8 rumoured
to work). to work).
You will also probably need GNU m4 (perhaps installed as gm4).
libXpm can be found at: libXpm can be found at:
http://www.funet.fi/pub/Linux/sunsite/X11/libs/!INDEX.html http://www.funet.fi/pub/Linux/sunsite/X11/libs/!INDEX.html
(or similar locations at other sunsites like sunsite.unc.edu) (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 are needed for compilation). A 'make symlinks' in linux kernel
sources fixes that. 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 : o if you get an error message when compiling LyX that looks like this :
../../src/minibuffer.h:17: using directive `Object' introduced ../../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 then you need to upgrade the version of the xforms library you have
installed. 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 o It is possible to compile lyx with Tru64 Unix cxx compiler
version 6.2, provided one uses version 6.2, provided one uses
CXX='cxx -std strict_ansi' CXX='cxx -std strict_ansi'