16.4 Ventas Display Client
Note : On Linux we recommend compiling from source if possible.
Make sure you have the QT development libraries installed and get the source from SVN:
$ svn co https://aubit4gl.svn.sourceforge.net\
/svnroot/aubit4gl/trunk/remote_ui remote_ui
$ cd remote_ui/QT
$ qmake
$ make
Don’t do it!
You will need QT installed - make sure QT downloads the Mingw compiler also if you do not have that already installed.
Start a DOS command window from the QT command prompt (Start->All Programs->QT open source->QT command prompt)
Obtain the current code from the svn repository :
svn co https://aubit4gl.svn.sourceforge.net/\
svnroot/aubit4gl/trunk/remote_ui/QT QT
or grab the latest client tarball.
cd to the top of the tree (should contain the client.pro file) and execute qmake. This is a program provided by the QT development tools which creates a makefile.
After qmake finishes - execute make, and you should end up with client.exe
The current binary should be available from the front page at aubit.com.
Install this to c:\aubit. DBPATH should be set to include c:\aubit so that the Client can pick up any image files it needs.
These images should be in c:\aubit\pics or c:\aubit\images (or you add further directories to DBPATH for your own images).