Skip to content
David Wedel edited this page Dec 22, 2024 · 4 revisions

Welcome to the QtAgOpenGPS wiki! This wiki is concerned mainly with developing, and compiling source code.

Here's a short summary of the different wiki pages:

Android-Test-Build
Contains basic instructions on compiling a Qt example on Android

Build For Android Linux
Building QtAOG for Android on Linux. (Use this after you have built QtAOG on your desktop)

Contributing to Source
Contains some helpful notes on porting from C#, as well as a few things we've learned about QML along the way.

Contributing to Wiki
Explains how the wiki works, and how to contribute.

Installing and Compiling Linux
How to install and set up Qt, download QtAOG source, and compile the code on Linux

Installing and Compiling Windows
How to install and set up Qt, download QtAOG source, and compile the code on Windows

Qt For Android on Windows
Building QtAOG for Android on Android. (Use this after you have built QtAOG on your desktop)

Setting Up Local QML
This is a must-have for QML development. It loads the QML files on QtAOG startup instead of compiling them in to the binary. Turns waiting for the compiler to slowly compile them into a basic reloading of QtAOG.

Clone this wiki locally