]> Cypherpunks.ru repositories - gocheese.git/blob - INSTALL
Prepare for website
[gocheese.git] / INSTALL
1 Preferable way is to download tarball with the signature from
2 website and, for example, run tests with benchmarks:
3
4 @verbatim
5 $ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz
6 $ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-2.2.0.tar.xz.sig
7 $ gpg --verify gocheese-2.2.0.tar.xz.sig gocheese-2.2.0.tar.xz
8 $ xz -d < gocheese-2.2.0.tar.xz | tar xf -
9 $ make -C gocheese-2.2.0 all test
10 @end verbatim
11
12
13 You have to verify downloaded tarballs integrity and authenticity to be
14 sure that you retrieved trusted and untampered software. GNU Privacy
15 Guard is used for that purpose.
16
17 For the very first time it is necessary to get signing public key and
18 import it. It is provided below, but you should check alternative
19 resources.
20
21     pub   rsa2048/0xCD5CD01F55343D88 2019-12-08 [SC]
22           9B27640BA78437EC6D4ACA6CCD5CD01F55343D88
23     uid   GoCheese releases <gocheese@cypherpunks.ru>
24
25     Look in PUBKEY.asc file.
26
27     $ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot ru
28     $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru