X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=INSTALL.md;h=b1be27bd0b46a328c65b81a060f8948af7db0616;hb=HEAD;hp=0927f514ed2e25f4ee3a9900a18016ec763c0f48;hpb=c76c85b551d94256a59281c39e32ca64a9de07eb;p=openssl-gost%2Fengine.git diff --git a/INSTALL.md b/INSTALL.md index 0927f51..b1be27b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,6 +12,9 @@ To build and install OpenSSL GOST Engine, you will need Here is a quick build guide: + $ git clone https://github.com/gost-engine/engine + $ cd engine + $ git submodule update --init $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Release ..