Renderer, ...: use PixelRect::GetCenter()
[xcsoar.git] / README
blob83108a395bef4f087840ef2a859d7773c0caf8c5
1 XCSoar README
2 =============
4 XCSoar is a tactical glide computer for Android, Linux, Mac OS X,
5 Windows and Windows CE/Mobile.
7 This file is aimed at developers.  Users should read the manual which
8 can be found on the XCSoar home page (http://www.xcsoar.org/).
11 Getting the source
12 ------------------
14 The XCSoar source code is managed with git (http://git-scm.com/).  It
15 can be downloaded with the following command:
17  git clone git://git.xcsoar.org/xcsoar/master/xcsoar.git
19 To update your repository, type:
21  git pull
23 For more information, please refer to the git documentation.
26 Compiling from source
27 ---------------------
29 Please read the developer manual for detailed build instructions.  You
30 can download it on the XCSoar website:
32  http://www.xcsoar.org/discover/manual.html
35 Submitting patches
36 ------------------
38 Subscribe to the XCSoar developer mailing list:
40  https://lists.sourceforge.net/lists/listinfo/xcsoar-devel
41  xcsoar-devel@lists.sourceforge.net
43 Use this mailing list to submit patches or "git pull" requests.
45 - patches should be self-contained
46 - patches should be self-documenting (add a good description on what
47   is changed, and why you are changing it)
48 - write one patch for one change