README.md: add C++11 compiler requirement.

This commit is contained in:
Maxim Poliakovski 2020-11-30 14:45:03 +01:00 committed by GitHub
parent 7be6cb30ac
commit da3a6c71fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ As of now, only the Beige G3 is implemented.
You need to install development tools first.
At least, a C++ compiler and [CMake](https://cmake.org) are required.
At least, a C++11 compliant compiler and [CMake](https://cmake.org) are required.
You will also have to recursive clone or run
```