remove the dependency on gpg
I removed the dependency on GPG by making the encrypted signature file optional rather than required.
This commit is contained in:
14
README
14
README
@@ -29,10 +29,16 @@ will required:
|
||||
* GNU Make: https://www.gnu.org/software/make/
|
||||
* latexmk: https://ctan.org/pkg/latexmk?lang=en
|
||||
|
||||
The signature file (a gray image) is GPG encrypted file using a
|
||||
symmetric cipher. The passphrase is "weakpassword" (without
|
||||
quotes). You will want to customize this. For this file, you will also
|
||||
need GPG installed in the system.
|
||||
|
||||
Encrypted signatures files
|
||||
===========================
|
||||
|
||||
If you'd like, you can encrypt the signature file. There are several
|
||||
lines you in the Makefile you can uncomment to do this. We've included
|
||||
an optional encrypted copy of the fake signature file. To use it, the
|
||||
passphrase is "weakpassword" (without quotes). You will want to
|
||||
customize this. To use this, you will also need the GNU Privacy Guard
|
||||
(GPG) installed on your system.
|
||||
|
||||
|
||||
Contributing changes
|
||||
|
||||
Reference in New Issue
Block a user