From 948aca316b93cb1203e2b3784aa1a839d0c5be2b Mon Sep 17 00:00:00 2001 From: Brendan Le Glaunec Date: Sat, 30 Nov 2019 16:23:14 +0100 Subject: [PATCH] Add libcurl requirement to build from binary (#249) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5167cad..70b9c35 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ Only use this solution if for some reason using docker is not an option for you ### Dependencies * `go` (> `1.10`) +* `libcurl` development library + * For apt users: `apt install libcurl4-openssl-dev` ### Steps to install