X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=install.texi;h=eca66992b34d6ad64f85e0f72f098528a06379b7;hp=3c46c5aceb0a99146db2caa2264573b11c214cd5;hb=0f9f81e55a5db0fa50b539554b078ae4ffdb29bd;hpb=34c066e3da712d0e8ff452a3e773a93be22266f1 diff --git a/install.texi b/install.texi index 3c46c5a..eca6699 100644 --- a/install.texi +++ b/install.texi @@ -1,28 +1,23 @@ @node Install @unnumbered Install -@set VERSION 2.4.0 - Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz -$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig -$ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz -$ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf - +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst +$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst.sig +$ gpg --verify gocheese-@value{VERSION}.tar.zst.sig gocheese-@value{VERSION}.tar.zst +$ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf - $ cd gocheese-@value{VERSION} -$ redo all test +$ redo test all # or go build -mod=vendor @end example It uses @url{http://cr.yp.to/redo.html, redo} build system for that examples. You can use either dozen of various implementations, or at -least minimalistic POSIX shell @code{apenwarr/do}: - -@example -$ [fetch|wget] https://github.com/apenwarr/redo/raw/master/minimal/do -$ mv do redo ; chmod +x redo -@end example +least minimalistic POSIX shell @command{contrib/do} (just replace +@command{redo} with @command{contrib/do} in the example above) included +in tarball. @include download.texi @@ -56,4 +51,4 @@ $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru You can obtain development source code with @command{git clone git://git.cypherpunks.ru/gocheese.git} -(also you can use @url{https://git.cypherpunks.ru/git/gocheese.git}). +(also you can use @url{https://git.cypherpunks.ru/gocheese.git}).