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