]> Cypherpunks.ru repositories - gocheese.git/blob - install.texi
Raise copyright years
[gocheese.git] / install.texi
1 @node Install
2 @unnumbered Install
3
4 Preferable way is to download tarball with the signature from
5 website and, for example, run tests with benchmarks:
6
7 @example
8 $ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz
9 $ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig
10 $ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz
11 $ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf -
12 $ cd gocheese-@value{VERSION}
13 $ redo test all
14 @end example
15
16 It uses @url{http://cr.yp.to/redo.html, redo} build system for that
17 examples. You can use either dozen of various implementations, or at
18 least minimalistic POSIX shell @command{contrib/do} (just replace
19 @command{redo} with @command{contrib/do} in the example above) included
20 in tarball.
21
22 @include download.texi
23
24 You @strong{have to} verify downloaded tarballs integrity and
25 authenticity to be sure that you retrieved trusted and untampered
26 software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used
27 for that purpose.
28
29 For the very first time it is necessary to get signing public key and
30 import it. It is provided below, but you should check alternative
31 resources.
32
33 @verbatim
34 pub   rsa2048/0xCD5CD01F55343D88 2019-12-08 [SC]
35       9B27 640B A784 37EC 6D4A  CA6C CD5C D01F 5534 3D88
36 uid   GoCheese releases <gocheese@cypherpunks.ru>
37 @end verbatim
38
39 @itemize
40
41 @item
42 @example
43 $ gpg --auto-key-locate dane --locate-keys gocheese at cypherpunks dot ru
44 $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru
45 @end example
46
47 @item
48 @verbatiminclude PUBKEY.asc
49
50 @end itemize
51
52 You can obtain development source code with
53 @command{git clone git://git.cypherpunks.ru/gocheese.git}
54 (also you can use @url{https://git.cypherpunks.ru/gocheese.git}).