From: Sergey Matveev Date: Fri, 24 Jul 2020 09:55:00 +0000 (+0300) Subject: Mention redo in INSTALL X-Git-Tag: v2.4.0~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=commitdiff_plain;h=34c066e3da712d0e8ff452a3e773a93be22266f1 Mention redo in INSTALL --- 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