source: rtems-docs/user/start/installation.rst @ 4e3cf2b

4.115
Last change on this file since 4e3cf2b was 4e3cf2b, checked in by Chris Johns <chrisj@…>, on 03/10/16 at 02:25:27

Split installation into separate files.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.. comment: Copyright (c) 2016 Chris Johns <chrisj@rtems.org>
2.. comment: All rights reserved.
3
4Installation
5============
6
7.. index:: Installation
8
9RTEMS is built from source on your host machine. Releases are available from
10our :r:url:`ftp` and each release contains a Quick Start build guide. If you
11are wanting to track changes to RTEMS as they happen or you want to make
12changes to RTEMS to send back to the project on our :r:list:`devel` then you
13can use the developer's version available in our :r:url:`git`.
14
15RTEMS supports development on a wide vararity of hosts. There is no preferred
16host operating system the project requires you use. This means you are able to
17decide on a host operating system that is your passion, suites your needs, or
18in some cases is decided for you by your employer. Our aim is to provide a
19consistent user experience and on matching hardware the experience should feel
20similar.
21
22The RTEMS core development team uses POSIX type operating systems, that is
23Unix.  The :ref:`released-version` and :ref:`development-version` sections
24assume Unix. Microsoft Windows is documented in a separate section
25:ref:`microsoft-windows-installation`.
26
27.. comments: Include the various installation parts.
28.. include:: releases.rst
29.. include:: development.rst
30.. include:: windows.rst
Note: See TracBrowser for help on using the repository browser.