X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=2b605eeec5bae14ffd6aba126f636395635a5dce;hb=3020e814c1e4e23baf281f4ff7a1121dd54f8fe3;hp=94a12f50cafe319afe78c8d19f0c9203ace7e638;hpb=348eb9427e27321ed8b82dd5e8c80b17e9108425;p=gocheese.git diff --git a/install.texi b/install.texi index 94a12f5..2b605ee 100644 --- a/install.texi +++ b/install.texi @@ -1,19 +1,24 @@ @node Install @unnumbered Install -@set VERSION 2.2.0 - Preferable way is to download tarball with the signature from website and, for example, run tests with benchmarks: @example -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz -$ [fetch|wget] http://gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.xz.sig +$ [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 - -$ make -C gocheese-@value{VERSION} all test +$ cd gocheese-@value{VERSION} +$ 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 @command{contrib/do} (just replace +@command{redo} with @command{contrib/do} in the example above) included +in tarball. + @include download.texi You @strong{have to} verify downloaded tarballs integrity and @@ -45,4 +50,5 @@ $ gpg --auto-key-locate wkd --locate-keys gocheese at cypherpunks dot ru @end itemize You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/gocheese.git}. +@command{git clone git://git.cypherpunks.ru/gocheese.git} +(also you can use @url{https://git.cypherpunks.ru/git/gocheese.git}).