summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-11 15:55:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-14 07:15:27 +0100
commit3ed59cebd898b320cd38f739c317640c327f1e8c (patch)
tree19ba504e8e56db622e19615c17ed274248c71fff
parentuser: Move "Prefixes" to "Quick Start" (diff)
downloadrtems-docs-3ed59cebd898b320cd38f739c317640c327f1e8c.tar.bz2
user: Add "Host Computer Setup" to "Quick Start"
-rw-r--r--user/start/host.rst19
-rw-r--r--user/start/index.rst1
2 files changed, 20 insertions, 0 deletions
diff --git a/user/start/host.rst b/user/start/host.rst
new file mode 100644
index 0000000..1437290
--- /dev/null
+++ b/user/start/host.rst
@@ -0,0 +1,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.
diff --git a/user/start/index.rst b/user/start/index.rst
index 019817f..da03fa8 100644
--- a/user/start/index.rst
+++ b/user/start/index.rst
@@ -16,6 +16,7 @@ applications on top of RTEMS.
:maxdepth: 5
:numbered:
+ host
prefixes
The following is a quick start guide that provides a basic set of commands to