mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 05:39:11 +08:00
user: Fix references to prefixes section
This commit is contained in:
parent
54ead99fc4
commit
24456556d6
@ -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
|
||||
suitable.
|
||||
|
||||
:ref:`prefixes` details using Prefixes to manage the installation.
|
||||
:ref:`QuickStartPrefixes` details using Prefixes to manage the installation.
|
||||
|
||||
MacOS
|
||||
.. _Mavericks:
|
||||
|
@ -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
|
||||
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
|
||||
to be built and we encourage you to not build the tools as ``root``. If you
|
||||
|
@ -2,9 +2,6 @@
|
||||
|
||||
.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
.. index:: Prefixes
|
||||
.. _prefixes:
|
||||
|
||||
.. _project-sandboxing:
|
||||
|
||||
Project Sandboxing
|
||||
|
@ -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
|
||||
more detail about path lengths on Windows.
|
||||
|
||||
The location used to install the tools and kernel is called the
|
||||
`prefix`. :ref:`prefixes` explains prefixes and how to use them. It is best to
|
||||
The location used to install the tools and kernel is called the `prefix`.
|
||||
: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
|
||||
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
|
||||
|
@ -2,12 +2,13 @@
|
||||
|
||||
.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
.. index:: prefix
|
||||
.. _prefixes:
|
||||
.. _QuickStartPrefixes:
|
||||
|
||||
Prefixes
|
||||
========
|
||||
|
||||
.. index:: prefix
|
||||
|
||||
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
|
||||
the internet. A **prefix** is the path on your computer a software package is
|
||||
|
Loading…
x
Reference in New Issue
Block a user