mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Warn people not to use libxslt on MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24911 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8c2b43631c
commit
496f65eb72
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-03-21 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/README.MinGW: Warn people not to install libxslt
|
||||
(Reported by Xavier Glattard <xavier.glattard@online.fr> and
|
||||
Christopher Armstrong <carmstrong@fastmail.com.au>).
|
||||
|
||||
2007-03-17 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/gnustep-howto.texi: Updated. In particular:
|
||||
|
|
|
@ -258,6 +258,10 @@ make install
|
|||
|
||||
You should now have libxml2 installed on your system.
|
||||
|
||||
IMPORTANT: Do *not* install libxslt. It has been reported that
|
||||
libxslt is currently built in the wrong way and will prevent anything
|
||||
from linking correctly if you try to use it.
|
||||
|
||||
|
||||
14. Installing gnustep-base
|
||||
===========================
|
||||
|
|
Loading…
Reference in a new issue