]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - INSTALL.md
tcl_tests: ca.try: Ignore openssl crl exit status for 'corrupted CRL' test
[openssl-gost/engine.git] / INSTALL.md
index 0927f514ed2e25f4ee3a9900a18016ec763c0f48..b1be27bd0b46a328c65b81a060f8948af7db0616 100644 (file)
@@ -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 ..