]> Cypherpunks.ru repositories - gocheese.git/blob - doc/install.texi
Download link for 4.2.0 release
[gocheese.git] / doc / install.texi
1 @node Install
2 @unnumbered Install
3
4 Possibly @command{gocheese} package already exists for your distribution:
5 @itemize
6 @item @url{https://www.freshports.org/devel/gocheese/, FreeBSD ports}
7 @end itemize
8
9 Preferable way is to download tarball with the signature from
10 website and, for example, run tests with benchmarks:
11
12 @example
13 $ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst
14 $ [fetch|wget] http://www.gocheese.cypherpunks.ru/download/gocheese-@value{VERSION}.tar.zst.@{asc,sig@}
15 [verify signature]
16 $ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf -
17 $ cd gocheese-@value{VERSION}
18 $ go build -mod=vendor
19 @end example
20
21 @include download.texi
22 @include integrity.texi
23
24 You can obtain development source code with
25 @command{git clone git://git.cypherpunks.ru/gocheese.git}
26 (also you can use @url{https://git.cypherpunks.ru/gocheese.git}).