]> Cypherpunks.ru repositories - gocheese.git/blobdiff - install.texi
Simpler CSS inclusion
[gocheese.git] / install.texi
index dc95c2ddf293ba751f7a05ba8e2f5c16912aa71d..eca66992b34d6ad64f85e0f72f098528a06379b7 100644 (file)
@@ -1,19 +1,24 @@
 @node Install
 @unnumbered Install
 
-@set VERSION 2.3.0
-
 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
-$ 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
+$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst
+$ [fetch|wget] http://www.gocheese.cypherpunks.ru/gocheese-@value{VERSION}.tar.zst.sig
+$ gpg --verify gocheese-@value{VERSION}.tar.zst.sig gocheese-@value{VERSION}.tar.zst
+$ zstd -d < gocheese-@value{VERSION}.tar.zst | tar xf -
+$ cd gocheese-@value{VERSION}
+$ redo test all # or go build -mod=vendor
 @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 @command{contrib/do} (just replace
+@command{redo} with @command{contrib/do} in the example above) included
+in tarball.
+
 @include download.texi
 
 You @strong{have to} verify downloaded tarballs integrity and
@@ -45,4 +50,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/gocheese.git}).