2000-07-12 13:35:30 +02:00
|
|
|
This is a binary version of GnuPG for MS-Windows 95, 98, WNT and W2000.
|
|
|
|
|
1999-09-23 09:55:12 +02:00
|
|
|
|
|
|
|
PLEASE READ THE FOLLOWING PARAGRAPH CAREFULLY:
|
|
|
|
|
|
|
|
If you have a bug report, please post it to the mailing list
|
|
|
|
<gnupg-devel@gnupg.org>. Please don't send me private mail
|
|
|
|
regarding this version of GnuPG; I am already spending too much
|
|
|
|
time on answering the same and same questions over and over.
|
|
|
|
I can improve GnuPG much faster if I don't have to answer
|
|
|
|
questions in private mail. You can post to the mailing list
|
|
|
|
without prior subscribing (but please request to CC you if you want
|
|
|
|
to get an answer).
|
|
|
|
|
|
|
|
|
1999-10-08 20:34:56 +02:00
|
|
|
|
1999-09-23 09:55:12 +02:00
|
|
|
Installation instructions:
|
|
|
|
--------------------------
|
2000-05-28 13:43:42 +02:00
|
|
|
1. Unpack the ZIP archive (alright, you already did this).
|
1999-09-23 09:55:12 +02:00
|
|
|
2. Copy "gpg.exe" to some place where you usually store your
|
|
|
|
binaries.
|
|
|
|
3. Create a directory "c:\gnupg" (or any other as you like)
|
2000-05-28 13:43:42 +02:00
|
|
|
4. If you did not use the default directory "c:\gnupg", you
|
1999-10-08 20:34:56 +02:00
|
|
|
should enter a string with the directory into the Registry
|
|
|
|
under the key:
|
|
|
|
\\HKEY_CURRENT_USER\Software\GNU\GnuPG\HomeDir
|
|
|
|
Please use forward slashes and not the backslashes when
|
|
|
|
setting filenames for GnuPG into the Registry.
|
2000-05-28 13:43:42 +02:00
|
|
|
5. Enter "gpg" and see what happens
|
|
|
|
6. Read the file README and the online HOWTOs
|
1999-09-23 09:55:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
Internationalization support:
|
|
|
|
-----------------------------
|
1999-09-23 17:25:43 +02:00
|
|
|
1. Decide where to store the translation files for your language.
|
|
|
|
Here we assume the directory "c:/gnu/locale/fr"
|
1999-10-08 20:34:56 +02:00
|
|
|
2. Set the directory with the translations into the Registry under the key:
|
|
|
|
\\HKEY_CURRENT_USER\Control Panel\Mingw32\NLS\MODir
|
|
|
|
(Example entry: "c:/gnu/locale/fr")
|
|
|
|
3. Select which language to use and copy the currect translation file
|
|
|
|
under the name "gnupg.mo" into the directory set in step 2
|
|
|
|
(Example: "copy fr.mo c:\gnu\locale\fr\gnupg.mo")
|
1999-09-23 09:55:12 +02:00
|
|
|
4. Done.
|
|
|
|
|
|
|
|
Currently we only support the Codepages 437, 850 und Latin1. If you have
|
|
|
|
problems, either delete the gnupg.mo file or don't set the environment
|
|
|
|
variable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to build it from the source:
|
|
|
|
--------------------------------
|
|
|
|
This version has been build with the Mingw32/CPD kit using the latest
|
|
|
|
stable version of GnuPG.
|
|
|
|
|
|
|
|
First get the source: It is available at
|
|
|
|
|
|
|
|
ftp://ftp.gnupg.org/pub/gcrypt/gnupg/gnupg-1.0.n.tar.gz
|
|
|
|
|
|
|
|
or for snapshots (with a letter appended to the version number)
|
|
|
|
|
|
|
|
ftp://ftp.gnupg.org/pub/gcrypt/devel/gnupg-1.0.nx.tar.gz
|
|
|
|
|
2000-10-23 18:38:27 +02:00
|
|
|
this is the same source as for the Unix version. If your binary
|
|
|
|
version of GnuPG is called something like gnupg-w32-1.0.4-1.zip, you
|
|
|
|
should find a patch file named gnupg-w32-1.0.4-1.0.4-1.diff.gz at the
|
|
|
|
same location, which has to ne applied to the stock gpg source file.
|
|
|
|
Instructions are at the top of this file.
|
1999-09-23 09:55:12 +02:00
|
|
|
|
|
|
|
To build it, you need the MingW32/CPD kit, which is available at
|
|
|
|
|
2001-01-18 10:02:35 +01:00
|
|
|
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
|
1999-09-23 09:55:12 +02:00
|
|
|
|
2001-01-18 10:02:35 +01:00
|
|
|
gcc and binutils are stock GNU source which are available
|
|
|
|
at every GNU mirror.
|
2000-03-28 14:20:25 +02:00
|
|
|
|
|
|
|
After you have installed this environment you should be able to do this:
|
1999-09-23 09:55:12 +02:00
|
|
|
|
2001-01-18 10:02:35 +01:00
|
|
|
$ scripts/autogen.sh --build-w32
|
1999-09-23 09:55:12 +02:00
|
|
|
$ make
|
2001-01-18 10:02:35 +01:00
|
|
|
$ mingw32 strip g10/gpg
|
1999-09-23 09:55:12 +02:00
|
|
|
$ cp g10/gpg /some_windows_drive/gpg.exe
|
|
|
|
|
|
|
|
And everything hopefully works.
|
|
|
|
|
|
|
|
|
|
|
|
Don't forget that MS-Windows ist just a temporary workaround until
|
|
|
|
you can switch to a GNU system ;-)
|
|
|
|
|
|
|
|
Be the source always with you.
|
|
|
|
|
|
|
|
Werner
|
|
|
|
|
2001-01-18 10:02:35 +01:00
|
|
|
|