INSTALL tweak

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1462 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-02-08 14:39:27 +00:00
parent 3df394155f
commit 79c4c549f4
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-08 John Levon <moz@compsoc.man.ac.uk>
* INSTALL: mention RH7.0 workaround with kde f.e.
2001-02-06 albert chin <china@thewrittenword.com>
* acconfig.h:

13
INSTALL
View File

@ -313,8 +313,19 @@ 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 If you have GNU gettext installed on your system (e.g. on linux),
you will get tons of warnings like:
you may get tons of warnings like:
bullet_forms.C:101: warning: passing `char *' to argument 1 of
`__builtin_constant_p(int)' lacks a cast