From 270359f719846751c8c29069178e35450d305595 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 5 Jan 2020 13:46:24 +0100 Subject: [PATCH] Add curl to dependency list. --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index 56f4e53..f272b2c 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,7 @@ :uri-catch: https://github.com/catchorg/Catch2 :uri-dpkg: https://packages.qa.debian.org/dpkg :uri-rpm-build: http://www.rpm.org +:uri-curl: https://curl.haxx.se/ *{project}* is a C++ wrapper for the Mastodon API. It replaces link:{uri-mastodon-cpp}[mastodon-cpp]. @@ -40,6 +41,7 @@ Have a look at the link:{uri-reference}[reference]. * Tested OS: Linux * C++ compiler (tested: link:{uri-gcc}[GCC] 7/8/9) * link:{uri-cmake}[CMake] (at least: 3.9) +* link:{uri-curl}[curl] (tested: 7.66 / 7.58) * Optional ** Documentation: link:{uri-doxygen}[Doxygen] (tested: 1.8) ** Tests: link:{uri-catch}[Catch] (tested: 2.5 / 1.2)