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

5
Last change on this file since 924b9ef was 3ed59ce, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/19 at 14:55:37

user: Add "Host Computer Setup" to "Quick Start"

  • Property mode set to 100644
File size: 823 bytes
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
8Host Computer Setup
9===================
10
11The *host computer* is the thing you use to develop applications.  It runs all
12your tools, editors, documentation viewers, etc.  To get started with RTEMS
13development you need other tools.  This includes a native C, C++ and Python
14development environment.  Please make sure that you can build native C/C++
15applications on your host computer.  You must be able to build native Python C
16modules.  Usually you have to install a Python development package for this.
17Please have a look at the :ref:`Host Computer <host-computer>` chapter for the
18glory details.  In particular :ref:`Microsoft Windows <microsoft-windows>` user
19should do this.
Note: See TracBrowser for help on using the repository browser.