Notes on compiling augclient: Difference between revisions
From Rsewiki
(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...") |
(No difference)
|
Latest revision as of 09:20, 18 August 2015
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