|
|
|
|
@ -33,9 +33,9 @@ namespace Magnum {
|
|
|
|
|
Minimal set of tools and libraries required for building is: |
|
|
|
|
|
|
|
|
|
- C++ compiler with good C++11 support. Currently there are two compilers |
|
|
|
|
which are tested to have everything needed: **GCC** >= 4.6 and **Clang** |
|
|
|
|
>= 3.1. On Windows you can use **MinGW**. GCC 4.5, 4.4 and **MSVC** 2013 |
|
|
|
|
support involves some ugly workarounds and thus is available only in |
|
|
|
|
which are tested to have everything needed: **GCC** >= 4.7 and **Clang** |
|
|
|
|
>= 3.1. On Windows you can use **MinGW**. GCC 4.6, 4.5, 4.4 and **MSVC** |
|
|
|
|
2013 support involves some ugly workarounds and thus is available only in |
|
|
|
|
`compatibility` branch. |
|
|
|
|
- **CMake** >= 2.8.9 |
|
|
|
|
- **Corrade** - Plugin management and utility library. See |
|
|
|
|
|