X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=INSTALL.md;h=b1be27bd0b46a328c65b81a060f8948af7db0616;hb=e19c3e04fddc64c30535eb042dbf948fc5687398;hp=0927f514ed2e25f4ee3a9900a18016ec763c0f48;hpb=624bf7d20c0d1258391bda222d16f099241ad1c1;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 ..