###Gesture Recognition Toolkit GUI
####Building the GUI on OSX and Linux
-
Download and install QtCreator: http://qt-project.org/
-
Open Qt and try and build and run one of the examples to ensure it is installed correctly)
-
Use the main GRT cmake file to build and install the GRT (you will find this in the build directory of the main project directory)
-
Open the main GRT qt file (GRT.pro) using QtCreator (Qt: File -> Open File or Project)
-
Select either the Debug or Release build (you might have to select 'Configure Project' the first time you open the project)
-
Check the GRT.pro file to make sure all the default include and lib directories match those on your system
-
Build the project
-
If the build is successful, press Run to launch the GUI
-
If you want to deploy the application on other machines, you should run the python script which will setup the application for deployment:
python build-release_OSNAME.py
####Building on Windows (Visual Studio 2012 Express)
- Download and install Qt 5.4.0 for Windows 32-bit (VS 2012, OpenGL, 643 MB) : http://www.qt.io/download-open-source/
- Open Qt and try and build and run one of the examples to ensure it is installed correctly)
- Copy the main GRT project folder to: C:\grt
- Open the main GRT qt file (GRT.pro) using QtCreator (Qt: File -> Open File or Project)
- Select either the Debug or Release build (you might have to select 'Configure Project' the first time you open the project)
- Check the GRT.pro file to make sure all the default include and lib directories match those on your system
- Build the project
- If the build is successful, press Run to launch the GUI
Note, so far this has only been tested on Windows 7 with Qt 5.4.0 for Windows 32-bit (VS 2012, OpenGL) and boost 1_57_0 and Visual Studio 2012 Express.
As of GUI version 0.1.18, you no longer need to download and install boost. The GUI now uses C++11 for threading and shared pointers in replacement of boost.