summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-07-18 06:34:07 +1000
committerChris Johns <chrisj@rtems.org>2013-07-18 06:34:07 +1000
commit1acb44a61478b7ebafeeb4b0fbbe2983411455f3 (patch)
tree5d43ecb9a5db57fed9607b0839d6a68dc8bee507 /doc
parentAutomtically build the Autotools to bootstrap RTEMS. (diff)
downloadrtems-source-builder-1acb44a61478b7ebafeeb4b0fbbe2983411455f3.tar.bz2
Add what is built and how to set the path.
Diffstat (limited to 'doc')
-rw-r--r--doc/source-builder.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index 9b589e1..39b2d88 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -64,7 +64,11 @@ Quick Start
-----------
The quick start will show you how to build a set of RTEMS tools for a supported
-architecture.
+architecture. The tools are installed into a build _prefix_ and this is top of
+a group of directories containing all the files needed to develop RTEMS
+applications. Building an RTEMS build set will build all that you need. This
+includes autoconf, automake, assemblers, linkers, compilers, debuggers,
+standard libraries and RTEMS itself.
There is no need to become root or the administrator and we recommend you avoid
doing this. You can build and install the tools anywhere on the host's file
@@ -81,6 +85,13 @@ I also suggest you keep your environment to the bare minimum, particularly the
path variable. Using environment variables has been proven over the years to be
difficult to manage in production systems.
+To use the tools once finished just set your path to the 'bin' directory under
+the _prefix_. For example:
+
+-------------------------------------------------------------
+$ export PATH=$HOME/development/rtems/4.11/bin:$PATH
+-------------------------------------------------------------
+
Setup
~~~~~