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