]> Sergey Matveev's repositories - tofuproxy.git/blob - doc/install.texi
Download link for 0.6.0 release
[tofuproxy.git] / doc / install.texi
1 @node Install
2 @unnumbered Install
3
4 Download the tarball with the signature from website and build it.
5 You need more or less modern @url{https://go.dev/, Go} and C-compiler
6 with @url{https://facebook.github.io/zstd/, libzstd} headers if you need
7 WARCs support.
8
9 @example
10 $ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst
11 $ [fetch|wget] http://www.tofuproxy.stargrave.org/download/tofuproxy-@value{VERSION}.tar.zst.sig
12 $ gpg --verify tofuproxy-@value{VERSION}.tar.zst.sig tofuproxy-@value{VERSION}.tar.zst
13 $ zstd -d < tofuproxy-@value{VERSION}.tar.zst | tar xf -
14 $ cd tofuproxy-@value{VERSION}
15 $ ./build
16 @end example
17
18 @include download.texi
19
20 You @strong{have to} verify downloaded tarballs integrity and
21 authenticity to be sure that you retrieved trusted and untampered
22 software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used
23 for that purpose.
24
25 Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil}
26 accessible address: @url{http://y.www.tofuproxy.stargrave.org}.