From 956efb2ea4f4eff44bb3d3fdd9db8765455fc742 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 19 May 2015 22:59:28 +0200 Subject: [PATCH] added build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 94a4ea2..64008f9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # tageditor A tageditor with Qt GUI and command line interface. Supports MP4 (iTunes), ID3, Vorbis and Matroska. + +## Build instructions +The tageditor depends on c++utilities, qtutilities and tagparser. Is built in the same way as these libaries. + +The following Qt 5 modules are requried: core gui script widgets webkitwidgets