X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=2de2f75cdae13e74f31489755cb5719bb2095697;hp=03abd3eedc1713da719e14f24463facc429b3825;hb=e6217df3a59b911d2c449d2a7b997a799d233ed4;hpb=9b689f0e308cc0007f63086c3dc45db219d5b7db diff --git a/INSTALL b/INSTALL index 03abd3ee..2de2f75c 100644 --- a/INSTALL +++ b/INSTALL @@ -23,14 +23,15 @@ Prerequisites ------------- Of course, for building Quassel you need the usual set of build tools, for -example a compiler. As we use a subset of the C++11 standard, we require a -fairly recent compiler: - -- gcc 4.8+ (available for most platforms), or -- Clang 3.3+ (available for most platforms), or -- XCode 5.0+ (available for Max OS X and based on Clang), or -- Visual C++ 2015 (available for Windows™), or -- any other compiler with decent C++11 support +example a compiler. The codebase uses the C++14 standard, so a reasonably recent +compiler is needed: + +- GCC 5.0+ (available for most platforms), or +- Clang 3.4+ (available for most platforms), or +- XCode 6.0+ (available for Max OS X and based on Clang), or +- MSVC 19+ (part of Visual Studio 2017 on Windows™) + +Other compilers may work, but are not officially supported. Furthermore, CMake 3.5 or later is required.