X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=93c181f364ff9088af5e8044c424565eff4bfa5c;hb=204dbfe18dc8d262f057315b8e55f0041d8e25fa;hp=275e6ce4b91dcb487125bc2d32ec17bc8abbda9c;hpb=64de6edb651af872e417c7d882e97903fed3cdb7;p=gogost.git diff --git a/install.texi b/install.texi index 275e6ce..93c181f 100644 --- a/install.texi +++ b/install.texi @@ -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: