[PATCH 2/3] README.txt: Add info after installing on CentOS 7
Joel Sherrill
joel at rtems.org
Thu Mar 23 15:56:16 UTC 2017
---
README.txt | 22 +++++++++++++++++++---
1 file changed, 19 insertions(+), 3 deletions(-)
diff --git a/README.txt b/README.txt
index aeb6ca5..107499e 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)
+RedHat Enterprise Linux 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,22 @@ 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
+be PREPENDED to your path. On a 32-bit install of CentOS, 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}
+
+
+
FreeBSD
~~~~~~~
@@ -116,9 +127,14 @@ PDF:
Single HTML:
+NOTE: npm appears to be part of the EPEL repository. You may have to
+ add that.
# yum install npm
# npm install -g inliner
+Spell check:
+ # yum install aspell
+
PATH:
Ensure the appropriate directories are PREPENDED to your PATH before
--
1.8.3.1
More information about the devel
mailing list