From d67de26e904303980a07bc3ab6ccedc3829ac84b Mon Sep 17 00:00:00 2001 From: psydbernz Date: Thu, 9 Mar 2023 10:36:18 -0500 Subject: [PATCH] added Linux-specific build hints (#20) Co-authored-by: Bernz Pallek --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fad1925..c50782d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,15 @@ other file upload services). It also supports file uploading via scp ### Compilation -Clone the repo and run `make` (or `bmake` in linux systems) +Clone the repo and run `make`. + +#### Linux-specific + +Use `bmake` instead of `make`, and you'll also need these deps: + +* `libcurl-devel` +* `libconfig-dev` +* `libnghttp2-dev` ### Repositories @@ -86,3 +94,4 @@ Thanks! **Bitcoin**: bc1qghl6f27dpgktynpvkrxte2s3gm9pcv8vlwuzum **Monero**: 47QTumjtqJabbo1s9pLDdXeJarLVLfs1AaEcbi1xrEiV852mqcbe5AHLNXTk7tH9MscxcxQDfJQnvH5LpxvfgwSJQZ3zbS6 +