]> Sergey Matveev's repositories - tofuproxy.git/blob - doc/install.texi
Atom feed
[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.@{asc,sig@}
12 [verify signature]
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 @include integrity.texi
20
21 Also there is @url{https://yggdrasil-network.github.io/, Yggdrasil}
22 accessible address: @url{http://y.www.tofuproxy.stargrave.org}.