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