summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2018-06-15 14:50:35 -0400
committerAdriaan de Groot <groot@kde.org>2018-06-15 14:50:35 -0400
commit6a36e1dc8e7c6766eb3e614e6dd82c7124c732e3 (patch)
tree42939bd578d146d2ee9743e07e983fcb946e0036 /README.md
parent5643ee4b8f17826f0067a217e4e99eddee05f616 (diff)
CMake: make docs and code consistent.
- Document the version requirements more accurately
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index a41ae6f7a..f35b012c8 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,12 @@
Main:
* Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
* CMake >= 3.2
-* Qt >= 5.6
+* Qt >= 5.7
* yaml-cpp >= 0.5.1
-* Python >= 3.3
-* Boost.Python >= 1.55.0
-* extra-cmake-modules (recommended; required for some modules)
+* Python >= 3.3 (required for some modules)
+* Boost.Python >= 1.55.0 (recommended, or PythonQt; one is required for some modules)
+* PythonQt (recommended, or Boost.Python; one is required for some modules)
+* extra-cmake-modules >= 5.18 (recommended; required for some modules)
Modules:
* welcome:
@@ -38,6 +39,6 @@ Modules:
### Building
See [wiki](https://github.com/calamares/calamares/wiki) for up to date
-[building](https://github.com/calamares/calamares/wiki/Developer's-Guide)
-and [deployment](https://github.com/calamares/calamares/wiki/Deployer's-Guide)
+[building](https://github.com/calamares/calamares/wiki/Develop-Guide)
+and [deployment](https://github.com/calamares/calamares/wiki/Deploy-Guide)
instructions.