Merge remote-tracking branch 'github-pull/19/head'

This commit is contained in:
Luke Dashjr 2024-10-21 13:26:04 +00:00
commit 62d92d04fb
No known key found for this signature in database
GPG Key ID: A291A2C45D0C504A

View File

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