summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorshainer <syn.shainer@gmail.com>2016-10-02 14:59:31 +0100
committershainer <syn.shainer@gmail.com>2016-10-02 14:59:31 +0100
commit689094e6dc60a4eee14b07fc6048f7c3300f4d0a (patch)
treeb482057643355e17d7ec48e1967e0ed4fbb01e66 /README.md
parentcc01c0c18e2b41e02e49a44981c1f750e5c1ead6 (diff)
Fix dependency list in README.md
The netinstall module requires Qt >= 5.6 instead of Qt >= 5.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 411a0abcf..fd1a3fa46 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Main:
* Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
* CMake >= 2.8.12
* Qt >= 5.3
+ * Note: this changes if you compile the netinstall module, see list below.
* yaml-cpp >= 0.5.1
* Python >= 3.3
* Boost.Python >= 1.55.0
@@ -35,6 +36,8 @@ Modules:
* unpackfs:
* squashfs-tools
* rsync
+* netinstall:
+ * Qt >= 5.6
### Building