diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/README.W32 | 16 |
2 files changed, 12 insertions, 8 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 8f0905634..e7759a070 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-18 Werner Koch <[email protected]> + + * README.W32: Changed building instructions for MinGW32/CPD 0.3 + 2001-01-09 Werner Koch <[email protected]> * DETAILS: Fixed docs for NEED_PASSPHRASE and added USERID_HINT. diff --git a/doc/README.W32 b/doc/README.W32 index 0821c7749..f14e523a3 100644 --- a/doc/README.W32 +++ b/doc/README.W32 @@ -69,19 +69,18 @@ Instructions are at the top of this file. To build it, you need the MingW32/CPD kit, which is available at - ftp://ftp.openit.de/pub/cpd/mingw32-cpd-0.2.4.tar.gz - ftp://ftp.openit.de/pub/cpd/gcc-core-2.95.2.tar.gz - ftp://ftp.openit.de/pub/cpd/binutils-2.9.1.tar.gz - ftp://ftp.openit.de/pub/cpd/windows32api-0.1.2.tar.gz + ftp://ftp.guug.de/members/wkoch/cpd/mingw32-cpd-0.3.0.tar.gz + ftp://ftp.guug.de/members/wkoch/cpd/gcc-core-2.95.2.tar.gz + ftp://ftp.guug.de/members/wkoch/cpd/binutils-2.9.1.tar.gz -gcc, binutils and windows32api are stock GNU source which are available -at every GNU mirror. +gcc and binutils are stock GNU source which are available +at every GNU mirror. After you have installed this environment you should be able to do this: - $ ./configure --target=i386--mingw32 + $ scripts/autogen.sh --build-w32 $ make - $ i386--mingw32-strip g10/gpg + $ mingw32 strip g10/gpg $ cp g10/gpg /some_windows_drive/gpg.exe And everything hopefully works. @@ -94,3 +93,4 @@ Be the source always with you. Werner + |