OP-1652 Fix comment
[librepilot.git] / README.txt
blob11f953f4cb81c67e73300037c0f8e5f033a9ce7e
1 What is OpenPilot all about?
2 ----------------------------
4 The project aims at implementing the best features of all existing similar systems developed by
5 enthusiasts and combines them into a single, easy-to-use software/hardware package. The ease-of-use
6 in this case does not imply functional simplicity or compromises. There are no rigidly defined
7 constraints and settings, but a full-fledged programming language configuration loaded via a
8 Ground Control Station and other advanced features. OpenPilot is developed as a powerful platform
9 for all types of vehicles.
11 This is a non-profit project of the OpenPilot Foundation
12 --------------------------------------------------------
14 This is a project using only volunteer personnel who have donated enormous amounts of time, money
15 and effort. Please respect the people that are part of the project and their generosity. OpenPilot
16 is funded entirely at the expense of those who spend their time and money in the development of the
17 public project which helps it grow. Giving complete and correct references to all their work is not
18 only a legal requirement of the CC-BY-SA license, but also simple respect for their work. The people
19 who create this project, really deserve it for their very hard work.
21 The OpenPilot project web sites
22 -------------------------------
24 The project provides feature-rich development and collaboration environment using advanced tools such
25 as GCC compilers, git, Atlassian JIRA, Confluence, FishEye, Crucible, Bamboo, Crowd, forums and blogs.
27 Main project web site:  http://www.openpilot.org/
28 Project forums:         http://forums.openpilot.org/
29 Wiki, docs and manuals: http://wiki.openpilot.org/
30 Bug and issue tracker:  http://progress.openpilot.org/
31 Source code repository: http://git.openpilot.org/
32 Crucible code reviews:  http://reviews.openpilot.org/cru
33 Project build server:   http://bamboo.openpilot.org/
34 Community blogs:        http://forums.openpilot.org/blogs/
35 Software downloads:     http://wiki.openpilot.org/display/BUILDS/OpenPilot+Software+Downloads
37 How to build from source?
38 -------------------------
40 make all_sdk_install
41 make all
43 The project supports Windows, Linux and Mac OS X platforms as well as Android.
44 Check the wiki for more details: http://wiki.openpilot.org/display/Doc/OpenPilot+Developer+Manual