CG2_Tasks/README.md

20 lines
347 B
Markdown

# CG2_Tasks
This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms.
# Building and running
This project requires qt4 to build and run:
<pre>
qmake
make
./imageviewer-qt4
</pre>
For Arch Linux, there is qtchooser.
Using it, you can use
<pre>
QT_SELECT=4 qmake
</pre>
to create the Makefile.