mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
INSTALL tweak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@1461 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e1585b2573
commit
55a251bd20
@ -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-08 José Matos <jamatos@fep.up.pt>
|
||||
|
||||
* src/buffer.C (makeDocBookFile): honor the language of the
|
||||
|
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…
x
Reference in New Issue
Block a user