Here are the steps how to compile GLIMPSE yourself. You can find pre-build packages at the end of this document.
- Download and install the latest Qt version for your platform from https://download.qt-project.org/
- Clone this repository or fork it first if you're going to contribute
git clone [email protected]:YOURUSERNAME/glimpse_client.git &&
cd glimpse_client &&
git submodule init &&
git submodule update
- Run QtCreator, open client.pro, add your Qt configuration and select the "mobile" or "console" project near the "Play" button
- Mobile UI requires at least Qt 5.2.0
- Console version may also work with Qt 5.0.0
- Linux: libwnck (Arch & Gentoo), libwnck-dev (Debian & Ubuntu based), libwnck-devel (for RPM), pkg-config, make
- Android: Android SDK and NDK, Apache Ant
You don't need to compile GLIMPSE yourself to use it, pre-build packages can be found here.
Packages for various Linux distributions are available here: https://distributor.measure-it.net/packages/
See https://beta.measure-it.net for more information.
The installer is available at https://distributor.measure-it.net/packages/windows/ and installs the graphical- (glimpse-gui.exe) and the console-version (glimpse-console.exe).
Note that these packages are not signed and not automatically updated at the moment. Please use only for a quick preview, we did not test this version yet.
No installer at the moment.
After the release the Android version can be found here: https://play.google.com/store/apps/details?id=net.measureit.glimpse
Contact us at [email protected] if you want Alpha access for the Android-version.
Copyright (c) 2012-2015, University of Applied Sciences Augsburg. All rights reserved. Distributed under the terms and conditions of the BSD License. See separate LICENSE.txt.