From 5c97b1fff96a92bfec5d0c4d91424c67404051e3 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 30 May 2021 15:43:21 +0200 Subject: [PATCH] gtest is need for testing --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fbc40a82..1a42e3f8d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Dependencies The Libkiwix relies on many third party software libraries. They are prerequisites to the Libkiwix compilation. Following 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) @@ -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) * [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: * [Aria2](https://aria2.github.io/) (package `aria2` on Ubuntu)