diff options
author | Werner Koch <wk@gnupg.org> | 2014-06-10 19:42:34 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-06-10 21:34:39 +0200 |
commit | e06d5d1a3b4a5c446a27d64cd2da0e48ccec5601 (patch) | |
tree | 26aee504bf123bee919f3baf1158f4db91e792f1 /.gitignore | |
parent | build: Add more options to autogen.sh. (diff) | |
download | gnupg2-e06d5d1a3b4a5c446a27d64cd2da0e48ccec5601.tar.xz gnupg2-e06d5d1a3b4a5c446a27d64cd2da0e48ccec5601.zip |
speedo: Revamped speedo and include a w32 installer.
* build-aux/speedo/: New.
* build-aux/speedo/w32/: New.
--
The new installer uses some code from Gpg4win but is much smaller and
easier to maintain. To build an installer, unpack GnuPG and then run
make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer
~/mytarballs is a directory with tarballs of external libraries. See
speedo.mk for a list of them.
WARNING: The installed W32 version does not correctly work right now.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6502072e7..d4816a110 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ keyserver/gpg2keys_test tools/gpg-zip # Files created by make when not using a VPATH build +play/ *.o po/en@boldquot.insert-header po/en@boldquot.po |