From: Dmitry Belyavskiy Date: Fri, 22 Jul 2022 15:13:27 +0000 (+0200) Subject: We need to init submodule explicitly X-Git-Tag: v3.0.2~9 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=e19c3e04fddc64c30535eb042dbf948fc5687398 We need to init submodule explicitly Thanks to Matt Caswell for pointing on it --- 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 ..