X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=install.texi;h=2b605eeec5bae14ffd6aba126f636395635a5dce;hp=3c46c5aceb0a99146db2caa2264573b11c214cd5;hb=232408af2996be5a87350e81c151508ca55cd171;hpb=0013774a8b2028f616103bfc1a38c9f7f14f8490 diff --git a/install.texi b/install.texi index 3c46c5a..2b605ee 100644 --- a/install.texi +++ b/install.texi @@ -1,8 +1,6 @@ @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: @@ -12,17 +10,14 @@ $ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.x $ gpg --verify gocheese-@value{VERSION}.tar.xz.sig gocheese-@value{VERSION}.tar.xz $ xz -d < gocheese-@value{VERSION}.tar.xz | tar xf - $ cd gocheese-@value{VERSION} -$ redo all test +$ redo test all @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