X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=INSTALL;h=41e7a04f489cf8df82dae3b0f11aadcb6eb5bb0d;hb=413f4f7b7e0378389b4415236d02c784183efe78;hp=25590009a2bae07bf76acdc6102ec10fc141e735;hpb=d331cc1a902efb214201d7b4b28e8940786fbcef;p=gogost.git 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 <