From: Sergey Matveev Date: Sat, 26 Nov 2016 13:35:32 +0000 (+0300) Subject: Preparing for 2.0 release X-Git-Tag: 2.0~1 X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=commitdiff_plain;h=413f4f7b7e0378389b4415236d02c784183efe78 Preparing for 2.0 release --- diff --git a/INSTALL b/INSTALL index 2559000..41e7a04 100644 --- a/INSTALL +++ b/INSTALL @@ -4,9 +4,35 @@ website and, for example, run tests with benchmarks: % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz - % xz -d < gogost-1.1.tar.gz | tar xf - + % xz -d < gogost-1.1.tar.xz | tar xf - % make -C gogost-1.1 bench +And then you can include its source code in your project for example +like this: + + % mkdir -p myproj/src + % export GOPATH=$PWD/myproj + % cd myproj/src + % cat > main.go < $tmp/includes < main.go <