XCSoar JET is an extended version of the original XCSoar (https://xcsoar.org) with additional features that gear toward Paragliding. I was a glider pilot, then I moved to paragliding recently so most features will come from the idea of how we can do better with XCSoar on paragliding.
XCSoar is a tactical glide computer for Android, Linux, Mac OS X, and Windows.
This file is aimed at developers. Developers should read the developer manual.
Users can refer to the Users' Manual which, for the latest release, can be downloaded via the XCSoar home page.
The XCSoar source code is managed with git. It can be downloaded with the following command:
git clone --recursive https://github.com/XCSoar/XCSoar
To update your repository, type:
git pull
For more information, please refer to the git documentation.
Please read the current Developer's Manual for detailed build instructions.
Patches may be submitted using the Developers' mail list or GitHub. Refer to chapter 3 of the current Developers' Manual for details of how to write and submit patches upstream.