From 1b399fc0a2d7220afdc519e56aee3f9668ae695c Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Wed, 5 Aug 2020 13:58:53 -0700 Subject: [PATCH] README: Clarify aria2 is only a runtime dependency --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd0322eb..5332c64e4 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,13 @@ libraries need to be available: * [ICU](https://site.icu-project.org/) (package `libicu-dev` on Ubuntu) * [ZIM](https://openzim.org/) (package `libzim-dev` on Ubuntu) * [Pugixml](https://pugixml.org/) (package `libpugixml-dev` on Ubuntu) -* [Aria2](https://aria2.github.io/) (package `aria2` on Ubuntu) * [Mustache](https://github.com/kainjow/Mustache) (Just copy the header `mustache.hpp` somewhere it can be found by the compiler and/or set CPPFLAGS with correct `-I` option). Use Mustache version 3 only. +The following dependency needs to be available at runtime: +* [Aria2](https://aria2.github.io/) (package `aria2` on Ubuntu) + These dependencies may or may not be packaged by your operating system. They may also be packaged but only in an older version. The compilation script will tell you if one of them is missing or too old.