]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
We need to init submodule explicitly
authorDmitry Belyavskiy <beldmit@gmail.com>
Fri, 22 Jul 2022 15:13:27 +0000 (17:13 +0200)
committerDmitry Belyavskiy <beldmit@gmail.com>
Fri, 22 Jul 2022 15:13:27 +0000 (17:13 +0200)
Thanks to Matt Caswell for pointing on it

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 ..