X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=3c46c5aceb0a99146db2caa2264573b11c214cd5;hb=0013774a8b2028f616103bfc1a38c9f7f14f8490;hp=19a9c06236438723ce36e17ab162e48cc4feec93;hpb=d3f2ebfa80e9b514ed94a0f4fc76c6bef7e71006;p=gocheese.git diff --git a/install.texi b/install.texi index 19a9c06..3c46c5a 100644 --- a/install.texi +++ b/install.texi @@ -7,11 +7,21 @@ 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 all test +@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 @include download.texi @@ -45,4 +55,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}).