Add a changelog
[pgp-tools.git] / gpgwrap / README
1 Author: Karsten Scheibler
2 Homepage: http://unusedino.de/gpgwrap/
3 eMail: gpgwrap@unusedino.de
4
5
6 =======================
7 [1] GENERAL INFORMATION
8 =======================
9
10
11 See doc/gpgwrap.1 for more
12
13
14 ============================
15 [2] SHORT BUILD INSTRUCTIONS
16 ============================
17
18
19 To build gpgwrap a simple 'make' should be enough. You may build gpgwrap with
20 dietlibc, just set and export the environment variable DIET to the location
21 of your 'diet' binary and run 'make'. Dietlibc is a libc that is optimized
22 for small size, look at http://www.fefe.de/dietlibc/ for more.
23
24
25 ===================================
26 [3] SHORT INSTALLATION INSTRUCTIONS
27 ===================================
28
29
30 Copy the files from bin/ and doc/ to your favorite directories, for example:
31
32 chown root bin/* doc/*.1
33 chgrp root bin/* doc/*.1
34 (cd bin && tar cf - *) | (cd /usr/bin && tar xvf -)
35 (cd doc && tar cf - *.1) | (cd /usr/man/man1 && tar xvf -)