Notes on compiling augclient
From Rsewiki
(Difference between revisions)
(Created page with "= 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 Aft...") |
Latest revision as of 09:20, 18 August 2015
[edit] 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