From 305df52433904b808b3faee998f03fc7d9befea5 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Fri, 23 Oct 2015 10:19:53 +0200 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a0ad47 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# CG2_Tasks +This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms. + +# Building and running + +
+qmake
+make
+./imageviewer-qt4
+