gtest is need for testing

This commit is contained in:
Emmanuel Engelhart 2021-05-30 15:43:21 +02:00
parent 4f7175ad59
commit 5c97b1fff9
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,6 @@ Dependencies
The Libkiwix relies on many third party software libraries. They are The Libkiwix relies on many third party software libraries. They are
prerequisites to the Libkiwix compilation. Following libraries need to prerequisites to the Libkiwix compilation. Following libraries need to
be available: 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)
@ -46,6 +45,9 @@ set CPPFLAGS with correct `-I` option). Use Mustache version 4.1 or above.
* [Microhttpd](https://www.gnu.org/software/libmicrohttpd) (package `libmicrohttpd-dev` on Ubuntu) * [Microhttpd](https://www.gnu.org/software/libmicrohttpd) (package `libmicrohttpd-dev` on Ubuntu)
* [Zlib](https://zlib.net/) (package `zlib1g-dev` on Ubuntu) * [Zlib](https://zlib.net/) (package `zlib1g-dev` on Ubuntu)
To test the code:
* [Google Test](https://github.com/google/googletest) (package `googletest` on Ubuntu)
The following dependency needs to be available at runtime: The following dependency needs to be available at runtime:
* [Aria2](https://aria2.github.io/) (package `aria2` on Ubuntu) * [Aria2](https://aria2.github.io/) (package `aria2` on Ubuntu)