README.txt: Add info after installing on CentOS 7

This commit is contained in:
Joel Sherrill 2017-04-25 13:07:17 -05:00
parent c8b6745825
commit 26b6f840d8

View File

@ -34,6 +34,8 @@ The hosts which produce production quality is:
FreeBSD FreeBSD
CentOS 6 and 7 (if using texlive, not RPMs of texlive) 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 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 You can use this method to install a personal version of Sphinx if your host
does not provide a suitable package: does not provide a suitable package:
$ pip install -U sphinx $ pip install -U --user sphinx
$ pip install sphinxcontrib-bibtex $ pip install --user sphinxcontrib-bibtex
On some hosts, this may complain that a newer version of pip is available. On some hosts, this may complain that a newer version of pip is available.
If so, then upgrade pip into your personal area. 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 $ pip install --upgrade --user pip
The personal area for these tools is ${HOME}/.local/bin. It should 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, RHEL, or
were the PATH modifications to use the local install of Texlive Fedora, these were the PATH modifications to use the local install of
and sphinx: Texlive and sphinx:
export PATH=/usr/local/texlive/2016/bin/i386-linux/:${PATH} export PATH=/usr/local/texlive/2016/bin/i386-linux/:${PATH}
export PATH=${HOME}/.local/bin:${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 Windows
~~~~~~~ ~~~~~~~
@ -139,9 +148,17 @@ PDF:
Single HTML: 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 # yum install npm
# npm install -g inliner # npm install -g inliner
Spell check:
# yum install aspell
PATH: PATH:
Ensure the appropriate directories are PREPENDED to your PATH before Ensure the appropriate directories are PREPENDED to your PATH before