README: Move the supported toolchain section into the build section

So it's easier for users to find that they need a C++17 compiler.
Won't add exact compiler versions as I have no idea which gcc and which
clang version introduced such support.

Fixes #296
This commit is contained in:
Sergio Martins
2022-06-19 17:59:09 +01:00
parent a44886279b
commit 2dff66fb97

View File

@@ -71,13 +71,15 @@ Screen capture
![Screen capture](./screencap.gif?raw=true "The docking system in action")
Building
========
Building and requirements
=========================
To build KDDockWidgets you'll need:
- CMake
- Qt 5.15.x or Qt6 >= 6.2
- Ninja (Other generators might work but are untested)
- C++17 capable compiler
- Qt Widgets module
- Qt X11Extras module if on Linux/X11
- Qt Quick and QuickControls2 modules if using the QtQuick support
@@ -163,12 +165,6 @@ We don't promise or test binary compatibility. It's advised that you recompile
your application whenever updating KDDW.
Supported Qt versions and toolchains
====================================
KDDockWidgets requires a C++17 capable compiler and Qt 5.15.x or Qt6 >= 6.2
For QtQuick support see [README-QtQuick.md](README-QtQuick.md).
Styling
========