summaryrefslogtreecommitdiffstats
path: root/user/start/host.rst
blob: 1437290bc846e69694971a419ef6667e2a71a40e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. SPDX-License-Identifier: CC-BY-SA-4.0

.. Copyright (C) 2019 embedded brains GmbH
.. Copyright (C) 2019 Sebastian Huber

.. _QuickStartHost:

Host Computer Setup
===================

The *host computer* is the thing you use to develop applications.  It runs all
your tools, editors, documentation viewers, etc.  To get started with RTEMS
development you need other tools.  This includes a native C, C++ and Python
development environment.  Please make sure that you can build native C/C++
applications on your host computer.  You must be able to build native Python C
modules.  Usually you have to install a Python development package for this.
Please have a look at the :ref:`Host Computer <host-computer>` chapter for the
glory details.  In particular :ref:`Microsoft Windows <microsoft-windows>` user
should do this.