From 63065bc820a50ccb5b60859be8570e488011a78b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 27 Dec 2014 05:23:46 +0300 Subject: [PATCH] Add note on minimal compiler versions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0ade3d4..27c20e5 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ methods. These classes also support: ## Building ## +To build libSDL2pp, you need a compiler with C++11 support, for +example clang 3.4+ or gcc 4.8+. + Dependencies: * cmake * SDL2