From 8b2eac3a2610d5386fb0940fc872c8529673ccd4 Mon Sep 17 00:00:00 2001 From: JesterHodl Date: Sun, 20 Oct 2024 20:39:29 +0200 Subject: [PATCH] Update Debian/Ubuntu cli to install library dependencies for building --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0511b86..c050fad 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,10 @@ Configure your node to create block templates as you desire. Be sure to reserve Install the required libraries and development packages for dependencies: cmake, pkg-config, jansson, libmicrohttpd, libsodium, and libcurl. +For Debian/Ubuntu it would be: + + sudo apt install cmake pkgconf libcurl4-openssl-dev libjansson-dev libmicrohttpd-dev libsodium-dev psmisc + Compile DATUM by running: cmake . && make