[TASK] Add instructions to build for arch linux.
This commit is contained in:
parent
18807593c4
commit
9a7dce82b1
|
@ -3,8 +3,17 @@ This repository contains a small QT4/C++ based project which implements basic im
|
||||||
|
|
||||||
# Building and running
|
# Building and running
|
||||||
|
|
||||||
|
This project requires qt4 to build and run:
|
||||||
<pre>
|
<pre>
|
||||||
qmake
|
qmake
|
||||||
make
|
make
|
||||||
./imageviewer-qt4
|
./imageviewer-qt4
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
For Arch Linux, there is qtchooser.
|
||||||
|
Using it, you can use
|
||||||
|
<pre>
|
||||||
|
QT_SELECT=4 qmake
|
||||||
|
</pre>
|
||||||
|
to create the Makefile.
|
||||||
|
|
Loading…
Reference in New Issue