From faa9e1f8b56209a195be4ddfada5015ad8c41cf7 Mon Sep 17 00:00:00 2001 From: Vertigo Date: Sun, 14 Mar 2021 11:43:48 +0530 Subject: [PATCH] Change Mustache-3.0 to Mustache-4.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39602b53f..9a0c1ca12 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ libraries need to be available: * [Pugixml](https://pugixml.org/) (package `libpugixml-dev` 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. +set CPPFLAGS with correct `-I` option). Use Mustache version 4.1 or above. * [libcurl](https://curl.se/libcurl) (`libcurl4-gnutls-dev`, `libcurl4-nss-dev` or `libcurl4-openssl-dev` on Ubuntu) * [microhttpd](https://www.gnu.org/software/libmicrohttpd) (package `libmicrohttpd-dev` on Ubuntu) * [zlib](https://zlib.net/) (package `zlib1g-dev` on Ubuntu)