diff options
author | Russ Cox <rsc@swtch.com> | 2009-04-30 07:20:01 -0700 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2009-04-30 07:20:01 -0700 |
commit | 8c24e687b3678061640054aeea9c92d0a66555df (patch) | |
tree | 4a3798b7ff79a173e36c85705965a62b45ebc93a /man/man1 | |
parent | 3684df6e4885701a68d28b588e8a028099662031 (diff) | |
download | plan9port-8c24e687b3678061640054aeea9c92d0a66555df.tar.gz plan9port-8c24e687b3678061640054aeea9c92d0a66555df.tar.bz2 plan9port-8c24e687b3678061640054aeea9c92d0a66555df.zip |
install: add comment about X11 packages
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/install.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man1/install.1 b/man/man1/install.1 index f37f8540..1e60115a 100644 --- a/man/man1/install.1 +++ b/man/man1/install.1 @@ -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 |