Skip to content

Commit e9189bb

Browse files
kolerovanthony-kolesov
authored andcommitted
Update prerequisites for RHEL in README
In RHEL a full texlive's set of packages is needed to build a documentation. Signed-off-by: Yuriy Kolerov <[email protected]> Signed-off-by: Anton Kolesov <[email protected]>
1 parent 165ab9e commit e9189bb

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,17 @@ On Ubuntu 12.04/14.04 LTS those can be installed with following command (as root
4343
# apt-get install texinfo byacc flex libncurses5-dev zlib1g-dev \
4444
libexpat1-dev libx11-dev texlive build-essential git
4545

46-
On Fedora 17 those can be installed those with following command (as root):
46+
On RHEL 6/7 those can be installed with following command (as root):
4747

4848
# yum groupinstall "Development Tools"
4949
# yum install texinfo-tex byacc flex ncurses-devel zlib-devel expat-devel \
50-
libX11-devel git
50+
libX11-devel git texlive-\*
51+
52+
It's necessary to install a full `texlive` set in RHEL 6/7 (`texlive-*`) to
53+
prevent errors due to missing TeX fonts while building a documentation. Since
54+
`texlive-*` installs a big set of large packets (hundreds of megabytes) it's
55+
possible to omit `texlive-*` in `yum install` and instead pass `--no-pdf`
56+
option to the `build-all.sh` script if the documentation is not required.
5157

5258
GCC depends on the GMP, MPFR and MPC packages, however there are problems with
5359
availability of those packages on the RHEL/CentOS 6 systems (packages has too

0 commit comments

Comments
 (0)