X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=a060ec35410170ec60178427a3de4341a05c5293;hb=cb0449b3d3da2498e360098694a556c882d454bd;hp=acce9645217c9b4296ffec79c8e745b7ca7248ec;hpb=1e4532a9b2f2e3c512be1a63538f79d5ad6749c8;p=gocheese.git diff --git a/install.texi b/install.texi index acce964..a060ec3 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: @@ -11,9 +9,16 @@ $ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.x $ [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 @@ -46,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}).