mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
INSTALL tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1462 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3df394155f
commit
79c4c549f4
@ -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
13
INSTALL
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user