From c5ef79454a4ec3c3fd6ad2ccd32fba6e920ba206 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 19 May 2015 22:55:32 +0200 Subject: [PATCH] added build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a87086..eac4996 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # videodownloader A video downloader with Qt GUI (currently only YouTube is maintained). + +## Build instructions +The video downloader depends on c++utilities and qtutilities. Is built in the same way as these libaries. + +The following Qt 5 modules are requried: core gui network