summaryrefslogtreecommitdiffstats
path: root/README.txt.in
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-09-04 12:55:55 +1000
committerChris Johns <chrisj@rtems.org>2016-09-04 12:55:55 +1000
commitecf390464242ed5aff4ec363e6dea3e25c3a95bb (patch)
treeedcd70337dcf06917c2682433288f3fb0f4f2ca5 /README.txt.in
parentMake the source packages included version specific. (diff)
downloadrtems-release-ecf390464242ed5aff4ec363e6dea3e25c3a95bb.tar.bz2
Documentation is not built for some versions.
Diffstat (limited to 'README.txt.in')
-rw-r--r--README.txt.in33
1 files changed, 2 insertions, 31 deletions
diff --git a/README.txt.in b/README.txt.in
index 1fcf3e2..4ef0642 100644
--- a/README.txt.in
+++ b/README.txt.in
@@ -41,42 +41,13 @@ Release Files
- rtems-@RELEASE@.tar.xz The RTEMS kernel source code.
- rtems-source-builder-@RELEASE@.tar.xz The RTEMS Source Builder source code.
- rtems-tools-@RELEASE@.tar.xz The RTEMS Tools source code.
- - rtems-docs-@RELEASE@.tar.xz The RTEMS Documentation source.
- sha512sum.txt The SHA512 checksums for this directory.
- - docs The generated RTEMS documentation.
- sources The source code the tools for this release.
-RTEMS Documentation
-~~~~~~~~~~~~~~~~~~~
-
-The generated documentation can be found in the `docs` directory.
-
-The following manuals are available as compress HTML tar files or PDF:
-
- - RTEMS User Manual
- - docs/rtems-docs-@RELEASE@-user.pdf
- - docs/rtems-docs-@RELEASE@-user-html.tar.xz
-
- - RTEMS C User Manual
- - docs/rtems-docs-@RELEASE@-c-user.pdf
- - docs/rtems-docs-@RELEASE@-c-user-html.tar.xz
-
- - RTEMS POSIX User Manual
- - docs/rtems-docs-@RELEASE@-posix-user.pdf
- - docs/rtems-docs-@RELEASE@-posix-user-html.tar.xz
-
- - RTEMS Networking User Manual
- - docs/rtems-docs-@RELEASE@-networking.pdf
- - docs/rtems-docs-@RELEASE@-networking-html.tar.xz
-
- - RTEMS Shell User Manual
- - docs/rtems-docs-@RELEASE@-shell.pdf
- - docs/rtems-docs-@RELEASE@-shell-html.tar.xz
-
Quick Guide to Building
~~~~~~~~~~~~~~~~~~~~~~~
-To build the tools and kernel for an archicture download:
+To build the tools and kernel for an architecture download:
rtems-source-builder-@RELEASE@.tar.xz
@@ -97,7 +68,7 @@ The following builds RTEMS for the SPARC architecture:
--prefix=$HOME/development/rtems/@RELEASE@ \
@VERSION@/rtems-sparc
-To not build the RTEMS Kernel add to the command line '--without-rtems'.
+To disable building the RTEMS Kernel add to the command line '--without-rtems'.
To build a single BSP add to the command line '--with-rtemsbsp'. You can
specify more than one BSP with quotes and a space delimiting the BSP names. By