mirror of https://github.com/kiwix/libkiwix.git
README: Clarify aria2 is only a runtime dependency
This commit is contained in:
parent
5f8c099829
commit
1b399fc0a2
|
@ -38,11 +38,13 @@ libraries need to be available:
|
||||||
* [ICU](https://site.icu-project.org/) (package `libicu-dev` on Ubuntu)
|
* [ICU](https://site.icu-project.org/) (package `libicu-dev` on Ubuntu)
|
||||||
* [ZIM](https://openzim.org/) (package `libzim-dev` on Ubuntu)
|
* [ZIM](https://openzim.org/) (package `libzim-dev` on Ubuntu)
|
||||||
* [Pugixml](https://pugixml.org/) (package `libpugixml-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
|
* [Mustache](https://github.com/kainjow/Mustache) (Just copy the
|
||||||
header `mustache.hpp` somewhere it can be found by the compiler and/or
|
header `mustache.hpp` somewhere it can be found by the compiler and/or
|
||||||
set CPPFLAGS with correct `-I` option). Use Mustache version 3 only.
|
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
|
These dependencies may or may not be packaged by your operating
|
||||||
system. They may also be packaged but only in an older version. The
|
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.
|
compilation script will tell you if one of them is missing or too old.
|
||||||
|
|
Loading…
Reference in New Issue