From 297aa531caa447006743dbb8d9d2d5f8736e1525 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 19 May 2015 23:04:29 +0200 Subject: [PATCH] added build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86e9657..8f559cc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # passwordmanager A simple password manager. + +## Build instructions +The password manager depends on c++utilities, qtutilities and passwordfile. Is built in the same way as these libaries. + +The following Qt 5 modules are requried when building with Qt GUI support: core gui widgets