From 93a25a0f974e659e24767a13790ea4e87aabef22 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 9 Apr 2021 15:22:52 -0400 Subject: install(1): mention libfontconfig1-dev for Debian Also update install.txt, which mistakenly contained intro(1). Pointed out by Nicholas Schwartz. --- man/man1/install.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/man1/install.1 b/man/man1/install.1 index 4b173d18..66f780c7 100644 --- a/man/man1/install.1 +++ b/man/man1/install.1 @@ -101,7 +101,7 @@ with single quotes. .PP On most Linux systems, the X11 header packages need to be installed to build using X11. On Debian. the required packages are -libx11-dev, libxext-dev, and libxt-dev. +libfontconfig1-dev, libx11-dev, libxext-dev, and libxt-dev. On Ubuntu, it suffices to install xorg-dev. .PP .I INSTALL -- cgit v1.2.3