From 3904aebec6d88900308bdfb0c86c635093d6a422 Mon Sep 17 00:00:00 2001 From: NamecoinGithub <130555019+NamecoinGithub@users.noreply.github.com> Date: Mon, 24 Apr 2023 04:08:34 +0000 Subject: [PATCH] Fix Broken Linux Compiling Dependancies Instruction Add libssl-dev which is required for Linux Compiling --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index b40edb7d26..6264044b70 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -77,7 +77,7 @@ Finally, clang (often less resource hungry) can be used instead of gcc, which is Build requirements: - sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 + sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 libssl-dev Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies: