-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
32 lines (24 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Gnupg Shell
====================================================================
GnuPG Shell is a graphical frontend for the GNU Privacy Guard
(GnuPG, http://www.gnupg.org). GnuPG Shell can be used to
encrypt, decrypt, and sign files, to verify signatures and
to manage the private and public keys.
Copyright (C) 2007 Will Spencer
GnuPG Shell is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Installation
--------------------------------------------------------------------
You need the GNU development tools plus the GTK+ library, version
1.3 or higher and wxGTK, version 2.8.4 or higher, installed on your
system. Clone the project source, `cd' into the directory, compile,
and install GnuPG Shell:
cd gnupgshell
autoreconf
./configure
make
su -c "make install"
In order to do anything useful with GnuPG Shell you also need the
GNU Privacy Guard (GnuPG) installed - see http://www.gnupg.org.