From: Mathieu Desnoyers Date: Tue, 14 Sep 2021 18:15:41 +0000 (-0400) Subject: Document C99 and C++11 requirement in README.md X-Git-Tag: v0.14.0~47 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=4d1f67b9026ca2a11854929f66833ad3d13dd2da Document C99 and C++11 requirement in README.md Signed-off-by: Mathieu Desnoyers Change-Id: Ida30f72f57ce6a501d694c61eb9eb7fb3e3b5be3 --- diff --git a/README.md b/README.md index 02b903a..a8318c8 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,9 @@ Should also work on: Linux ARM depends on running a Linux kernel 2.6.15 or better, GCC 4.4 or better. +The C compiler used needs to support at least C99. The C++ compiler used +needs to support at least C++11. + The GCC compiler versions 3.3, 3.4, 4.0, 4.1, 4.2, 4.3, 4.4 and 4.5 are supported, with the following exceptions: