Notes on compiling augclient

From Rsewiki
Revision as of 10:20, 18 August 2015 by Sh (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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