X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=INSTALL;h=1f4d3aa64d9532d24d5eec8d3eab08bdb0ab1200;hp=22565efcf353e7069072c94417f6b3fedeca58a4;hb=bafc85f38cd33ce1ab19d0a0a95d16366b1e7ffd;hpb=bb0772af7552eefa9d73ca23a1be1eab026bc3f1 diff --git a/INSTALL b/INSTALL index 22565ef..1f4d3aa 100644 --- a/INSTALL +++ b/INSTALL @@ -1,8 +1,8 @@ Preferable way is to download tarball with the signature from official website and, for example, run tests with benchmarks: - $ wget http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz - $ wget http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz.sig + $ [fetch|wget] http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz + $ [fetch|wget] http://gogost.cypherpunks.ru/gogost-4.2.0.tar.xz.sig $ gpg --verify gogost-4.2.0.tar.xz.sig gogost-4.2.0.tar.xz $ xz -d < gogost-4.2.0.tar.xz | tar xf - $ make -C gogost-4.2.0 all bench