File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ website](http://gcc.gnu.org/install/prerequisites.html)
4747On Ubuntu 12.04/14.04 LTS those can be installed with following command (as root):
4848
4949 # apt-get install texinfo byacc flex libncurses5-dev zlib1g-dev \
50- libexpat1-dev libx11-dev texlive build-essential git wget
50+ libexpat1-dev texlive build-essential git wget
5151
5252On RHEL 6/7 those can be installed with following command (as root):
5353
5454 # yum groupinstall "Development Tools"
5555 # yum install texinfo-tex byacc flex ncurses-devel zlib-devel expat-devel \
56- libX11-devel git texlive-\* wget
56+ git texlive-\* wget
5757
5858It's necessary to install a full ` texlive ` set in RHEL 6/7 (` texlive-* ` ) to
5959prevent errors due to missing TeX fonts while building a documentation. Since
You can’t perform that action at this time.
0 commit comments