X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=install.texi;h=3c46c5aceb0a99146db2caa2264573b11c214cd5;hp=acce9645217c9b4296ffec79c8e745b7ca7248ec;hb=34c066e3da712d0e8ff452a3e773a93be22266f1;hpb=4a1176467e08cced506159ac39974a49bea78940 diff --git a/install.texi b/install.texi index acce964..3c46c5a 100644 --- a/install.texi +++ b/install.texi @@ -11,7 +11,17 @@ $ [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 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