]> Cypherpunks.ru repositories - gogost.git/blobdiff - install.texi
Download link for 4.2.2 release
[gogost.git] / install.texi
index 275e6ce4b91dcb487125bc2d32ec17bc8abbda9c..93c181f364ff9088af5e8044c424565eff4bfa5c 100644 (file)
@@ -1,7 +1,7 @@
 @node Download
 @unnumbered Download
 
-@set VERSION 4.2.1
+@set VERSION 4.2.2
 
 Preferable way is to download tarball with the signature from
 website and, for example, run tests with benchmarks:
@@ -10,12 +10,14 @@ website and, for example, run tests with benchmarks:
 $ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz
 $ [fetch|wget] http://gogost.cypherpunks.ru/gogost-@value{VERSION}.tar.xz.sig
 $ gpg --verify gogost-@value{VERSION}.tar.xz.sig gogost-@value{VERSION}.tar.xz
-$ xz -d < gogost-@value{VERSION}.tar.xz | tar xf -
+$ xz --decompress --stdout gogost-@value{VERSION}.tar.xz | tar xf -
 $ make -C gogost-@value{VERSION} all bench
 $ echo hello world | gogost-@value{VERSION}/streebog256
 f72018189a5cfb803dbe1f2149cf554c40093d8e7f81c21e08ac5bcd09d9934d
 @end example
 
+@include download.texi
+
 And then you can include its source code in your project for example
 like this: