install.texi | 12 +++++++++++- diff --git a/install.texi b/install.texi index 80d8ad19c99d79a7091d0f87906516a74893ee118ac4d0392896000b0fc2ebaa..1e02a5c12aa667c4a7c1373bfdd0a4b19e8b96d3c64d9cbdb36ad6699c94b83e 100644 --- a/install.texi +++ b/install.texi @@ -11,7 +11,17 @@ $ [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