Notes on compiling augclient
From Rsewiki
Compiling augclient
The simple way to compile augclient is to create a makefile from the QT project. In the augclient folder run:
$ qmake-qt4 -makefile augclient.pro
After this the standard functions make and make clean works.
The client needs the following QT libraries:
- ) QtGui
- ) QtCore
- ) qmake