Create README.md

This commit is contained in:
Jan Philipp Timme 2015-10-23 10:19:53 +02:00
parent ea6cd5f8c1
commit 305df52433
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# CG2_Tasks
This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms.
# Building and running
<pre>
qmake
make
./imageviewer-qt4
</pre>