X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=install.texi;h=7cf962cbb602c9b4c1416f19c87d2b4bec30956b;hb=9f3355e3239fed2b0110b0724e7ba1ed509b8a19;hp=275e6ce4b91dcb487125bc2d32ec17bc8abbda9c;hpb=64de6edb651af872e417c7d882e97903fed3cdb7;p=gogost.git diff --git a/install.texi b/install.texi index 275e6ce..7cf962c 100644 --- a/install.texi +++ b/install.texi @@ -1,7 +1,7 @@ @node Download @unnumbered Download -@set VERSION 4.2.1 +@set VERSION 4.2.3 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: