INSTALL: Document C++11 compiler support requirement.

This commit is contained in:
Uwe Hermann 2014-06-09 16:01:13 +02:00
parent 0a9fdca5f3
commit 9a5624cf59
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ Requirements
------------
- git
- g++
- A C++ compiler with C++11 support (-std=c++11 option), e.g.
- g++ (>= 4.7)
- clang++ (>= 3.1)
- make
- libtool
- pkg-config >= 0.22