install: add comment about X11 packages
This commit is contained in:
parent
3684df6e48
commit
8c24e687b3
2 changed files with 10 additions and 7 deletions
12
install.txt
12
install.txt
|
|
@ -51,17 +51,17 @@
|
||||||
On these systems, plan9port must fall back on the threading
|
On these systems, plan9port must fall back on the threading
|
||||||
code intended for Linux 2.4. To accomplish this, INSTALL
|
code intended for Linux 2.4. To accomplish this, INSTALL
|
||||||
checks whether the running system uses NPTL and sets
|
checks whether the running system uses NPTL and sets
|
||||||
|
|
||||||
Page 1 Plan 9 (printed 12/30/05)
|
|
||||||
|
|
||||||
INSTALL(1) INSTALL(1)
|
|
||||||
|
|
||||||
SYSVERSION in /usr/local/plan9/config accordingly. The file
|
SYSVERSION in /usr/local/plan9/config accordingly. The file
|
||||||
/usr/local/plan9/LOCAL.config is appended to config after
|
/usr/local/plan9/LOCAL.config is appended to config after
|
||||||
this auto-detection and can be used to override the choices.
|
this auto-detection and can be used to override the choices.
|
||||||
If LOCAL.config contains a line WSYSTYPE=nowsys then the
|
If LOCAL.config contains a line WSYSTYPE=nowsys then the
|
||||||
system is built without using X11.
|
system is built without using X11.
|
||||||
|
|
||||||
|
On most Linux systems, the X11 header packages need to be
|
||||||
|
installed to build using X11. On Debian. the required pack-
|
||||||
|
ages are libx11-dev, libxext-dev, and libxt-dev. On Ubuntu,
|
||||||
|
it suffices to install xorg-dev.
|
||||||
|
|
||||||
INSTALL can safely be repeated to rebuild the system from
|
INSTALL can safely be repeated to rebuild the system from
|
||||||
scratch.
|
scratch.
|
||||||
|
|
||||||
|
|
@ -96,5 +96,3 @@
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
intro(1), cvs(1)
|
intro(1), cvs(1)
|
||||||
|
|
||||||
Page 2 Plan 9 (printed 12/30/05)
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,11 @@ contains a line
|
||||||
.B WSYSTYPE=nowsys
|
.B WSYSTYPE=nowsys
|
||||||
then the system is built without using X11.
|
then the system is built without using X11.
|
||||||
.PP
|
.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
|
.I INSTALL
|
||||||
can safely be repeated to rebuild the system from scratch.
|
can safely be repeated to rebuild the system from scratch.
|
||||||
.PP
|
.PP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue