install: add comment about X11 packages

This commit is contained in:
Russ Cox 2009-04-30 07:20:01 -07:00
parent 3684df6e48
commit 8c24e687b3
2 changed files with 10 additions and 7 deletions

View file

@ -91,6 +91,11 @@ contains a line
.B WSYSTYPE=nowsys
then the system is built without using X11.
.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.
On Ubuntu, it suffices to install xorg-dev.
.PP
.I INSTALL
can safely be repeated to rebuild the system from scratch.
.PP