Skip to content

Commit 01942f5

Browse files
Remove libX11-dev from requirements
It doesn't seem that libX11 is really needed for current toolchain. Signed-off-by: Anton Kolesov <[email protected]>
1 parent 2891b24 commit 01942f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ website](http://gcc.gnu.org/install/prerequisites.html)
4747
On 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

5252
On 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

5858
It's necessary to install a full `texlive` set in RHEL 6/7 (`texlive-*`) to
5959
prevent errors due to missing TeX fonts while building a documentation. Since

0 commit comments

Comments
 (0)