diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 22:42:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 22:42:03 +0200 |
commit | c765dedc35d70c2926fc6575de43ae03f25e39ca (patch) | |
tree | de079a888eacfc32d1337c86b02069a3c3b36804 /docs/requirements.md | |
parent | 7692547fa0471175893b38fa5d6ed2faee460298 (diff) | |
download | kube-c765dedc35d70c2926fc6575de43ae03f25e39ca.tar.gz kube-c765dedc35d70c2926fc6575de43ae03f25e39ca.zip |
Updated dependencies and docs
Diffstat (limited to 'docs/requirements.md')
-rw-r--r-- | docs/requirements.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/requirements.md b/docs/requirements.md index a70965a7..733c9f69 100644 --- a/docs/requirements.md +++ b/docs/requirements.md | |||
@@ -56,8 +56,7 @@ Since the codebase needs to be portable across various platforms old and new, de | |||
56 | Currently available dependencies: | 56 | Currently available dependencies: |
57 | 57 | ||
58 | * GCC 4.6.3 / MSVC 2013 | 58 | * GCC 4.6.3 / MSVC 2013 |
59 | * Qt 5.2 | 59 | * Qt 5.9 |
60 | * kf5-kpackage | ||
61 | ** Used as installation format for all qml parts. Intended to serve as abstraction layer to allow replacing certain modules on differnet platforms/formfactors. | 60 | ** Used as installation format for all qml parts. Intended to serve as abstraction layer to allow replacing certain modules on differnet platforms/formfactors. |
62 | * kf5-kcodecs | 61 | * kf5-kcodecs |
63 | ** dependency of kmime, email address handling (KEmailAddress) | 62 | ** dependency of kmime, email address handling (KEmailAddress) |
@@ -65,10 +64,8 @@ Currently available dependencies: | |||
65 | ** Parsing and assembling of mails | 64 | ** Parsing and assembling of mails |
66 | * libcurl 7.20 | 65 | * libcurl 7.20 |
67 | ** mailtransport | 66 | ** mailtransport |
68 | * libkleo | 67 | * gpgme |
69 | ** crypto-stack, currently only gpg | 68 | ** crypto-stack, currently only gpg |
70 | * libotp | ||
71 | ** parsing and html rendering of emails | ||
72 | 69 | ||
73 | # Codebase | 70 | # Codebase |
74 | 71 | ||