user: Fix references to prefixes section

This commit is contained in:
Sebastian Huber 2019-01-23 11:05:12 +01:00
parent 54ead99fc4
commit 24456556d6
5 changed files with 7 additions and 9 deletions

View File

@ -17,7 +17,7 @@ The normal prefix when working on OS X as a user is under your home directory.
Prefixes of :file:`$HOME/development/rtems` or :file:`$HOME/rtems` are Prefixes of :file:`$HOME/development/rtems` or :file:`$HOME/rtems` are
suitable. suitable.
:ref:`prefixes` details using Prefixes to manage the installation. :ref:`QuickStartPrefixes` details using Prefixes to manage the installation.
MacOS MacOS
.. _Mavericks: .. _Mavericks:

View File

@ -22,7 +22,7 @@ directory. You could use a prefix of :file:`$HOME/development/rtems` or
:file:`$HOME/rtems`. Note, the ``$HOME`` environment variable can be :file:`$HOME/rtems`. Note, the ``$HOME`` environment variable can be
substituted with ``~``. substituted with ``~``.
:ref:`prefixes` details using Prefixes to manage the installation. :ref:`QuickStartPrefixes` details using Prefixes to manage the installation.
RTEMS Tools and packages do not require ``root`` access RTEMS Tools and packages do not require ``root`` access
to be built and we encourage you to not build the tools as ``root``. If you to be built and we encourage you to not build the tools as ``root``. If you

View File

@ -2,9 +2,6 @@
.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org> .. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
.. index:: Prefixes
.. _prefixes:
.. _project-sandboxing: .. _project-sandboxing:
Project Sandboxing Project Sandboxing

View File

@ -27,8 +27,8 @@ use a home directory, If building on Windows use :file:`/c/opt/rtems` to keep
the top level paths as short as possible. :ref:`windows-path-length` provides the top level paths as short as possible. :ref:`windows-path-length` provides
more detail about path lengths on Windows. more detail about path lengths on Windows.
The location used to install the tools and kernel is called the The location used to install the tools and kernel is called the `prefix`.
`prefix`. :ref:`prefixes` explains prefixes and how to use them. It is best to :ref:`QuickStartPrefixes` explains prefixes and how to use them. It is best to
have a `prefix` for each different version of RTEMS you are using. If you are have a `prefix` for each different version of RTEMS you are using. If you are
using RTEMS 4.11 in production it is **not** a good idea to install a using RTEMS 4.11 in production it is **not** a good idea to install a
development version of 5 over the top by using the same `prefix` as the 4.11 development version of 5 over the top by using the same `prefix` as the 4.11

View File

@ -2,12 +2,13 @@
.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org> .. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
.. index:: prefix .. _QuickStartPrefixes:
.. _prefixes:
Prefixes Prefixes
======== ========
.. index:: prefix
You will see the term :ref:term:`prefix` referred to thoughout this You will see the term :ref:term:`prefix` referred to thoughout this
documentation and in a wide number of software packages you can download from documentation and in a wide number of software packages you can download from
the internet. A **prefix** is the path on your computer a software package is the internet. A **prefix** is the path on your computer a software package is