diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/requirements.md b/docs/requirements.md index 22de0cb5..a70965a7 100644 --- a/docs/requirements.md +++ b/docs/requirements.md | |||
@@ -57,6 +57,18 @@ 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.2 |
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. | ||
62 | * kf5-kcodecs | ||
63 | ** dependency of kmime, email address handling (KEmailAddress) | ||
64 | * kf5-kmime | ||
65 | ** Parsing and assembling of mails | ||
66 | * libcurl 7.20 | ||
67 | ** mailtransport | ||
68 | * libkleo | ||
69 | ** crypto-stack, currently only gpg | ||
70 | * libotp | ||
71 | ** parsing and html rendering of emails | ||
60 | 72 | ||
61 | # Codebase | 73 | # Codebase |
62 | 74 | ||