From 91cbf0e58f897050aaa525bf45094846832206da Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 5 Feb 2022 12:49:01 -0500 Subject: buildsystem - require C++11 compliance for the C++ bindings --- Install.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Install.txt') diff --git a/Install.txt b/Install.txt index 779c6b86..cd9507c0 100644 --- a/Install.txt +++ b/Install.txt @@ -14,6 +14,7 @@ To build libical you will need: - Perl - libicu (not required but strongly recommended) - a C99-compliant C compiler (let us know if the build fails with your C compiler) + - for C++ bindings, a C++11 compliant compiler Building on Unix with gcc or clang: % mkdir build -- cgit v1.2.1