Compiling GnuPG for Windows with MingW32
Werner Koch
wk@gnupg.org
Sat Sep 21 19:01:01 2002
On Sat, 21 Sep 2002 18:23:38 +0200, Fred Bowman said:
> Are there any documentations or special hints about how to build GnuPG
> on Linux and port it to Windows with MingW32?
Get my Mingw32/CPD kit (see gnupg/doc/README.W32), install it and then
do this:
cd gnupg-1.x.x
scripts/autogen.sh --build-w32
touch po/all
make
mkdir dist-w32
scripts/mk-w32-dist
cp mk-w32-dist/gnupg-w32cli-1.1.x.zip ~ftp/pub/
This assumes that you use the latest 1.1.92. It should include the
mk-w32-dist script; if not get it from the CVS.
Shalom-Salam,
Werner