git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13650 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-05-14 10:31:57 +00:00
parent cf5d5fc478
commit 3f037bbeea
2 changed files with 20 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2002-05-14 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/README.MinGW: Update and correct libtiff info so
instructions work for gui as well as base.
2002-05-10 Richard Frith-Macdonald <rfm@gnu.org>
* configure.ac: Remove FORCE_USER_ROOT and FORCE_DEFAULTS_ROOT

View file

@ -1,4 +1,4 @@
Date: 7-May-2002 (tested under windoze-xp)
Date: 14-May-2002 (tested under windoze-xp)
Author: Richard Frith-Macdonald <rfm@gnu.org>
PURPOSE
@ -26,6 +26,10 @@ stuff works, including networking/distributed objects, there are probably
bits that have been overlooked or are untested as yet. The only *known*
areas of code not yet ported are the zlib, SSL and XML extensions.
The gui library is only partially ported to run under MinGW ... you can
play with it, but expect to have to work on porting the library rather
than developing user applications.
PRELIMINARIES
-------------
@ -111,7 +115,10 @@ You need things in the following order:
GNUstep-make (release, snapshot, or cvs core module)
libffcall (http://ftp.gnustep.org/pub/gnustep/lib)
GNUstep-libobjc (release, snapshot, or cvs dev-apps module)
GNUstep-base (release, snapshot, or cvs core module)
GNUstep-base (snapshot, or cvs core module)
For gui ... GNUstep-back (snapshot, or cvs core module)
Setting up the GNUstep make environment
@ -198,13 +205,15 @@ libiconv
cp lib/iconv.lib $GNUSTEP_SYSTEM_ROOT/Libraries/ix86/mingw32/libiconv.a
cp lib/iconv.dll $GNUSTEP_SYSTEM_ROOT/Tools/ix86/mingw32/iconv.dll
libtiff
libtiff, libjpeg, and zlib
Needed for image handling support in the GNUstep gui libary
(not required for GNUstep-base).
(not required for GNUstep-base, though zlib can be used by the base library).
Get the binary packages from -
http://prdownloads.sourceforge.net/mingwrep/libtiff-3.4-1.zip
http://prdownloads.sourceforge.net/mingwrep/libtiff-devel-3.4-1.zip
http://prdownloads.sourceforge.net/gnuwin32/tiff-3.5.7-lib.zip
http://prdownloads.sourceforge.net/gnuwin32/libjpeg-6b-lib.zip
http://prdownloads.sourceforge.net/gnuwin32/libjpeg-6b-bin.zip
http://prdownloads.sourceforge.net/gnuwin32/zlib-61.1.4lib.zip
Unpack and install
the header (.h) files in $GNUSTEP_SYSTEM_ROOT/Headers
the library (.a) files in $GNUSTEP_SYSTEM_ROOT/Libraries/ix86/mingw32