source: rtems-docs/user/start/host.rst @ cb4e4e2

5
Last change on this file since cb4e4e2 was 54ead99, checked in by Sebastian Huber <sebastian.huber@…>, on 01/23/19 at 09:55:19

user: Rework "Host Computer Setup" section

Rename it to "Prepare Your Host Computer".

  • Property mode set to 100644
File size: 1.0 KB
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2019 embedded brains GmbH
4.. Copyright (C) 2019 Sebastian Huber
5
6.. _QuickStartHost:
7
8Prepare Your Host Computer
9==========================
10
11The *host computer* is a computer you use to develop applications.  It runs all
12your tools, editors, documentation viewers, etc.  To get started with RTEMS
13development you need tools from your host's operating system to build the RTEMS
14tool suite from source.  This is not a one-click installation process, but
15there are :ref:`good reasons <WhyBuildFromSource>` to build everything from
16source.  You need a native C, C++ and Python development environment.  Please
17make sure that you can build native C/C++ applications on your host computer.
18You must be able to build native Python C modules.  Usually, you have to
19install a Python development package for this.  Please have a look at the
20:ref:`Host Computer <host-computer>` chapter for the gory details.  In
21particular :ref:`Microsoft Windows <microsoft-windows>` user should do this.
Note: See TracBrowser for help on using the repository browser.