user: Rework "Host Computer Setup" section

Rename it to "Prepare Your Host Computer".
This commit is contained in:
Sebastian Huber 2019-01-23 10:55:19 +01:00
parent 924b9ef2e1
commit 54ead99fc4
2 changed files with 14 additions and 10 deletions

View File

@ -2,6 +2,8 @@
.. Copyright (C) 2012, 2016 Chris Johns <chrisj@rtems.org> .. Copyright (C) 2012, 2016 Chris Johns <chrisj@rtems.org>
.. _WhyBuildFromSource:
Why Build from Source? Why Build from Source?
====================== ======================

View File

@ -5,15 +5,17 @@
.. _QuickStartHost: .. _QuickStartHost:
Host Computer Setup Prepare Your Host Computer
=================== ==========================
The *host computer* is the thing you use to develop applications. It runs all The *host computer* is a computer you use to develop applications. It runs all
your tools, editors, documentation viewers, etc. To get started with RTEMS 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 you need tools from your host's operating system to build the RTEMS
development environment. Please make sure that you can build native C/C++ tool suite from source. This is not a one-click installation process, but
applications on your host computer. You must be able to build native Python C there are :ref:`good reasons <WhyBuildFromSource>` to build everything from
modules. Usually you have to install a Python development package for this. source. You need a native C, C++ and Python development environment. Please
Please have a look at the :ref:`Host Computer <host-computer>` chapter for the make sure that you can build native C/C++ applications on your host computer.
glory details. In particular :ref:`Microsoft Windows <microsoft-windows>` user You must be able to build native Python C modules. Usually, you have to
should do this. install a Python development package for this. Please have a look at the
:ref:`Host Computer <host-computer>` chapter for the gory details. In
particular :ref:`Microsoft Windows <microsoft-windows>` user should do this.