From 4d1f67b9026ca2a11854929f66833ad3d13dd2da Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 14 Sep 2021 14:15:41 -0400 Subject: [PATCH] Document C99 and C++11 requirement in README.md Signed-off-by: Mathieu Desnoyers Change-Id: Ida30f72f57ce6a501d694c61eb9eb7fb3e3b5be3 --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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: -- 2.34.1