]> Cypherpunks.ru repositories - gocheese.git/commitdiff
Mention redo in INSTALL
authorSergey Matveev <stargrave@stargrave.org>
Fri, 24 Jul 2020 09:55:00 +0000 (12:55 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 24 Jul 2020 10:04:30 +0000 (13:04 +0300)
install.texi

index acce9645217c9b4296ffec79c8e745b7ca7248ec..3c46c5aceb0a99146db2caa2264573b11c214cd5 100644 (file)
@@ -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 -
 $ [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
 @end example
 
 @include download.texi