RTIMU Library GUI (RTHostIMUGL)

Hi there,
I am testing out the RTIMU library with my MPU-9150. https://github.com/richards-tech/RTIMULib
So far I could work out the yaw, pitch, roll output to the serial monitor.

Now I would like to use the RTHostIMUGL GUI contained in the library to see the real-time visualization of the sensor output. The problem is, I could not compile that application. I am using Visual Studio 2012 and there were some errors. I don't want to download the additional software packages to compile it. It would be nice if someone could give the compiled version of the application.

Thanks in advance.

I don't want to download the additional software packages to compile it.

What additional packages, and why should anyone else do what you don't want to do?

If I understand the documentation correctly, it requires Visual Studio 2013, Qt and cmake to compile. https://github.com/richards-tech/RTIMULib/tree/master/RTHost

I'm just saying if anyone has done this or has the right tools, would they be sincere enough to share it.