Hopefully clarify versions of packages

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@22673 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-17 16:40:45 +00:00
parent b1ac507f09
commit 0a604065ea
2 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2006-03-17 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/README.MinGW: Attempt to clarify versions to be used.
2006-03-13 Adam Fedor <fedor@gnu.org>
* Version 1.12.0

View file

@ -44,7 +44,7 @@ STEP BY STEP INSTALLATION INSTRUCTIONS
1. Install MinGW
================
Download MinGW-4.1.0 or later from
Download MinGW-4.1.0 from
http://sourceforge.net/projects/mingw Install it into
C:/xxx/msys/1.0/mingw
@ -61,7 +61,7 @@ versions of everything (but not the sources).
2. Install msys
===============
Download MSYS-1.0.10 or later from the same site. Install it into
Download MSYS-1.0.10 from the same site. Install it into
C:/xxx/msys/1.0
The postinstall script should ask you for the mingw location, then
@ -71,7 +71,7 @@ detect it and be happy that it's there and all is setup properly.
3. Install msys developer toolkit
=================================
Download msysDTK-1.0.1 or later from the same site. Install it into
Download msysDTK-1.0.1 from the same site. Install it into
C:/xxx/msys/1.0
@ -210,7 +210,7 @@ install them, simply unzip them into /C/xxx/msys/1.0/mingw.
===============
You need to get the source code for libxml2 and build it yourself ...
but first you justfix the symbol information in libiconv so you can link to it.
but first you must fix the symbol information in libiconv so you can link to it.
cd /mingw/lib
mkdir backup-libiconv
@ -306,3 +306,8 @@ Windows cannot overwrite files that are currently in use.
If you pass any include (-Ixxx) paths to GCC, make sure they do *not*
end with a slash. The current GCC/MinGW releases have a bug where
such paths would be ignored.
Where we specify specific versions of packages to be used, we have tested
with those versions ... later or earlier versions may work, but may well not.
Generally earlier versions should be assumed not to work.