XCSoar is a tactical glide computer for Android, Linux, Mac OS X, Windows and Windows CE/Mobile.
This file is aimed at developers. Users should read the manual which can be found on the XCSoar home page.
The XCSoar source code is managed with git. It can be downloaded with the following command:
git clone git://github.com/XCSoar/XCSoar
To update your repository, type:
git pull
For more information, please refer to the git documentation.
Please read the developer manual for detailed build instructions. You can download it on the XCSoar website.
Subscribe to the XCSoar developer mailing list.
Use this mailing list to submit patches or "git pull" requests.
- patches should be self-contained
- patches should be self-documenting (add a good description on what is changed, and why you are changing it)
- write one patch for one change