diff --git a/INSTALL.md b/INSTALL.md index 9d3fa5f91..fd19c1c25 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,11 @@ To build and install OpenSSL GOST Engine, you will need * an ANSI C compiler * CMake (3.0 or newer, 3.18 recommended) +* [Fedora 43: Disabling support of building OpenSSL engines](https://discussion.fedoraproject.org/t/f43-change-proposal-disabling-support-of-building-openssl-engines-system-wide) (``) +``` bash +sudo dnf install openssl-devel-engine +``` + Here is a quick build guide: $ git clone https://github.com/gost-engine/engine @@ -193,4 +198,4 @@ Each image contains: - Command-line utilities - Proper CA certificates configuration -The images are optimized for size and include only runtime dependencies. \ No newline at end of file +The images are optimized for size and include only runtime dependencies.