From 79bf24942d01ff6c759c7ae5c22388012678dd8a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 31 Oct 2020 19:04:26 +0100 Subject: [PATCH] Add curl dependency to readme. --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 76334fd..3b4be9e 100644 --- a/README.adoc +++ b/README.adoc @@ -22,6 +22,7 @@ :uri-rofi: https://github.com/davatorium/rofi :uri-boost: https://www.boost.org/ :uri-clang-tidy: https://clang.llvm.org/extra/clang-tidy/ +:uri-curl: https://curl.haxx.se/libcurl/ *remwharead* saves URIs of things you want to remember in a database along with an URI to the archived version, the current date and time, title, description, @@ -89,6 +90,7 @@ only. * {uri-cmake}[cmake] (at least: 3.9) * {uri-poco}[POCO] (tested: 1.9 / 1.7) * {uri-boost}[Boost] (tested: 1.71 / 1.67) +* {uri-curl}[libcurl] (at least: 7.52) * Optional: ** Manpage: {uri-asciidoc}[asciidoc] (tested: 8.6) ** Tests: {uri-catch}[catch] (tested: 2.5 / 1.2)