diff --git a/README.md b/README.md index e8e51707a..f167de4de 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ crosscompiling. Minimal dependencies -------------------- - * C++ compiler with good C++11 support. Currently the only compilers which - support everything needed are **GCC** >= 4.6 and **Clang** >= 3.1 (from - SVN). + * C++ compiler with good C++11 support. Currently there are two compilers + which are tested to support everything needed: **GCC** >= 4.6 and **Clang** + >= 3.1. * **CMake** >= 2.8.8 (needed for `OBJECT` library target) * **OpenGL headers**, on Linux most probably shipped with Mesa * **GLEW** - OpenGL extension wrangler diff --git a/doc/Building.dox b/doc/Building.dox index e43906db0..3fdfdb522 100644 --- a/doc/Building.dox +++ b/doc/Building.dox @@ -9,9 +9,9 @@ already prepared packaging files, currently only Minimal set of tools and libraries required for building is: -- C++ compiler with good C++11 support. Currently the only compilers which - support everything needed are **GCC** >= 4.6 and **Clang** >= 3.1 (from - SVN). +- C++ compiler with good C++11 support. Currently there are two compilers + which are tested to support everything needed: **GCC** >= 4.6 and **Clang** + >= 3.1. - **CMake** >= 2.8.8 (needed for `OBJECT` library target) - **OpenGL** headers, on Linux most probably shipped with Mesa - **GLEW** - OpenGL extension wrangler