X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.texi;h=40e944d021f537b8dac24545194839cf88640bb0;hb=413f4f7b7e0378389b4415236d02c784183efe78;hp=f4aec720279a772a42762eb3cc1ff45660808cc7;hpb=d331cc1a902efb214201d7b4b28e8940786fbcef;p=gogost.git diff --git a/www.texi b/www.texi index f4aec72..40e944d 100644 --- a/www.texi +++ b/www.texi @@ -91,10 +91,38 @@ 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 @end verbatim +And then you can include its source code in your project for example +like this: + +@verbatim +% mkdir -p myproj/src +% export GOPATH=$PWD/myproj +% cd myproj/src +% cat > main.go <