[rtems-docs commit] README.txt: Add info after installing on CentOS 7

Joel Sherrill joel at rtems.org
Tue Apr 25 18:16:27 UTC 2017


Module:    rtems-docs
Branch:    master
Commit:    26b6f840d8e9ab86aebcb5dc23274cc56eb3d3d3
Changeset: http://git.rtems.org/rtems-docs/commit/?id=26b6f840d8e9ab86aebcb5dc23274cc56eb3d3d3

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Apr 25 13:07:17 2017 -0500

README.txt: Add info after installing on CentOS 7

---

 README.txt | 27 ++++++++++++++++++++++-----
 1 file changed, 22 insertions(+), 5 deletions(-)

diff --git a/README.txt b/README.txt
index 809536c..f09317e 100644
--- a/README.txt
+++ b/README.txt
@@ -34,6 +34,8 @@ The hosts which produce production quality is:
  FreeBSD
  CentOS 6 and 7 (if using texlive, not RPMs of texlive)
 
+NOTE: RedHat Enterprise Linux (RHEL) and Fedora should be the same as CentOS.
+
 Host Setup
 ----------
 
@@ -49,8 +51,8 @@ Sphinx Per User Install
 You can use this method to install a personal version of Sphinx if your host
 does not provide a suitable package:
 
- $ pip install -U sphinx
- $ pip install sphinxcontrib-bibtex
+  $ pip install -U --user sphinx
+  $ pip install --user sphinxcontrib-bibtex
 
 On some hosts, this may complain that a newer version of pip is available.
 If so, then upgrade pip into your personal area.
@@ -58,13 +60,20 @@ If so, then upgrade pip into your personal area.
  $ pip install --upgrade --user pip
 
 The personal area for these tools is ${HOME}/.local/bin. It should
-be PREPENDED to your path. On a 32-bit install of CentOS 6, these
-were the PATH modifications to use the local install of Texlive
-and sphinx:
+be PREPENDED to your path. On a 32-bit install of CentOS, RHEL, or
+Fedora, these were the PATH modifications to use the local install of
+Texlive and sphinx:
 
   export PATH=/usr/local/texlive/2016/bin/i386-linux/:${PATH}
   export PATH=${HOME}/.local/bin:${PATH}
 
+If on a 64-bit install of CentOS, RHEL, or Fedora, these will
+be the PATH modifications to use the local install of Texlive
+and sphinx:
+
+  export PATH=/usr/local/texlive/2016/bin/x86_64-linux/:${PATH}
+  export PATH=${HOME}/.local/bin:${PATH}
+
 Windows
 ~~~~~~~
 
@@ -139,9 +148,17 @@ PDF:
 
 Single HTML:
 
+NOTE: npm appears to be part of the EPEL repository for RHEL and CentOS.
+You may have to add that repository to your configuration.
+
+
   # yum install npm
   # npm install -g inliner
 
+Spell check:
+
+  # yum install aspell
+
 PATH:
 
   Ensure the appropriate directories are PREPENDED to your PATH before




More information about the vc mailing list