diff options
author | 2015-11-11 17:01:40 -0500 | |
---|---|---|
committer | 2015-11-11 17:01:40 -0500 | |
commit | 673fdedc04133e10f96c3b1b3b32c9b8bbc54a5b (patch) | |
tree | 59ecda4a5a897524faeb75f20a5587dd82aed3da /doc/manual.md | |
parent | 9001028420d7e3ecbbe64f312c337e23aaf9b8e0 (diff) | |
download | textadept-673fdedc04133e10f96c3b1b3b32c9b8bbc54a5b.tar.gz textadept-673fdedc04133e10f96c3b1b3b32c9b8bbc54a5b.zip |
PGP sign packages for added integrity.
Diffstat (limited to 'doc/manual.md')
-rw-r--r-- | doc/manual.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual.md b/doc/manual.md index 7a60ab44..38ae50ac 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -150,6 +150,11 @@ You also have the option of downloading an official set of [language modules](#Language.Modules) from the download page. Textadept itself includes C/C++ and Lua language modules by default. +If necessary, you can obtain PGP signatures from the [download page][] along +with a public key in order to verify download integrity. For example on Linux, +after importing the public key via `gpg --import foicica.pgp` and downloading +the appropriate signature, run `gpg --verify [signature]`. + [download page]: http://foicica.com/textadept/download ## Installation @@ -1533,6 +1538,9 @@ Note: you may have to run if the prefix where any dependencies are installed is */usr/local/* and your compiler flags do not include them by default. +If it matters, running `make verify-deps` after `make deps` will compare the +downloaded dependencies with the ones Textadept was compiled against. + #### Installing on Linux and BSD Textadept is self-contained, meaning you do not have to install it, and runs |