• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H16-Oct-2018-6,0304,865

doc/H16-Oct-2018-660575

m4/H16-Oct-2018-3,3793,145

pixmaps/H03-May-2022-554467

po/H03-May-2022-51,80341,120

src/H03-May-2022-59,28641,227

st-fonts/H16-Oct-2018-117

ABOUT-NLSH A D19-Dec-201391.6 KiB1,2831,244

AUTHORSH A D16-Oct-20182.8 KiB10974

COPYINGH A D19-Dec-201334.2 KiB677553

ChangeLogH A D16-Oct-201833.6 KiB1,027755

ChangeLog-2011H A D19-Dec-201315.7 KiB626356

INSTALLH A D19-Dec-20139.3 KiB238179

Makefile.amH A D21-Nov-20142.1 KiB7237

Makefile.inH A D16-Oct-201831.9 KiB989865

NEWSH A D16-Oct-201812.3 KiB409242

READMEH A D16-Oct-20182.8 KiB7655

THANKSH A D19-Dec-20131.5 KiB3732

TODOH A D19-Dec-20136.9 KiB154128

VERSIONH A D16-Oct-20187 21

acinclude.m4H A D19-Dec-2013622 2220

aclocal.m4H A D16-Oct-201863.5 KiB1,7471,590

autogen.rcH A D10-Feb-2014429 1512

autogen.shH A D10-Feb-201410.7 KiB394303

config.h.inH A D16-Oct-20184.7 KiB191133

configureH A D16-Oct-2018327.5 KiB11,1719,358

configure.acH A D16-Oct-201813.9 KiB479405

gpa.desktopH A D16-Apr-2018351 1413

gpa.specH A D19-Dec-20131.7 KiB6655

gpadefs.h.inH A D19-Dec-2013628 1815

mkinstalldirsH A D19-Dec-20133.5 KiB163112

to-utf8H A D19-Dec-2013316 178

README

1        ******************************************************
2              Welcome to GPA, the GNU Privacy Assistant!
3                            Version 0.10
4        ******************************************************
5
6GPA is a graphical frontend for the GNU Privacy Guard (GnuPG,
7https://gnupg.org). GPA can be used to encrypt, decrypt, and sign
8files, to verify signatures and to manage the private and public keys.
9
10Copyright (C) 2000-2002 G-N-U GmbH (http://www.g-n-u.de)
11Copyright (C) 2002-2004 Miguel Coca.
12Copyright (C) 2005-2016 g10 Code GmbH
13
14GPA uses fragments from the following programs and libraries:
15JNLIB, Copyright (C) 1998-2000 Free Software Foundation, Inc.
16GPGME, Copyright (C) 2000-2001 Werner Koch
17WinPT, Copyright (C) 2000-2002 Timo Schulz
18(For details, see the file `AUTHORS'.)
19
20The gnupg-devel mailing list is also ysed for the development of GPA.  See
21https://gnupg.org/software/gpa/ for more information.
22
23  GPA is free software; you can redistribute it and/or modify it
24  under the terms of the GNU General Public License as published by
25  the Free Software Foundation; either version 3 of the License, or
26  (at your option) any later version.
27
28  GPA is distributed in the hope that it will be useful, but
29  WITHOUT ANY WARRANTY; without even the implied warranty of
30  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31  GNU General Public License for more details.
32
33  You should have received a copy of the GNU General Public License
34  along with this program; if not, see <http://www.gnu.org/licenses/>.
35
36
37Installation under a Unix like operating system
38===============================================
39
40You need development versins of the GTK+ and GPGME libraries.
41See the file INSTALL for installation details; in short:
42
43    ./configure
44    make
45    make install
46
47The configure scripts check whether all required libraries are
48installed and that they are recent enough.  In order to do anything
49useful with GPA you also need the GNU Privacy Guard (GnuPG) version 2
50installed - see https://gnupg.org.
51
52
53Installation under MS-Windows
54=============================
55
56Instead of building GPA by yourself, you probably want to download
57the ready-to-use installer from https://www.gpg4win.org, the light
58installer is sufficient, don't you? ;-)
59
60If you want to do it your self, you need to have the Windows
61development version of all libraries already installed on your box.
62GPA may only be build using a cross compiler.  It is best to install
63all windows stuff under a tree like ~/w32root with the usual bin, lib
64and include directories.  If you did this you merely need to run
65
66  ./autogen.sh --build-w32
67  make
68  make install
69
70The autogen.sh script invoked this way calls configure with all
71required arguments.  Check the script to see how to adjust to your own
72environment.
73
74
75Have fun!
76