diff --git a/general/genutils/xterm.xml b/general/genutils/xterm.xml index e4ab408b3c..13fe23fb1e 100644 --- a/general/genutils/xterm.xml +++ b/general/genutils/xterm.xml @@ -69,19 +69,17 @@ Installation of xterm - If you've installed the X Window System in any prefix other - than /usr/X11R6, then execute - the following command to correct the PROJECTROOT variable - for xterm. Be sure to replace '[prefix]' in the - following instructions with the installation prefix of your X Window - System: + Since xterm is no longer a part of the Xorg + distribution, it is no longer necessary to install into the same prefix as + Xorg. Correct the PROJECTROOT variable with + the following command: -sed -i 's@/usr/X11R6@[prefix]@g' main.h +sed -i 's@/usr/X11R6@/usr@' main.h Install xterm by running the following commands: -./configure --prefix=[prefix] --sysconfdir=/etc \ +./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var && make @@ -94,6 +92,15 @@ make + + Command Explanations + + sed -i 's@/usr/X11R6@/usr@' main.h: This command + corrects the PROJECTROOT definition for an installation prefix of + /usr. + + + Contents @@ -105,6 +112,46 @@ make + + Short Descriptions + + + + + resize + + prints a shell command for setting the TERM and TERMCAP + environment variables to indicate the current size of xterm + window. + + resize + + + + + + uxterm + + is a wrapper script to start xterm with the proper settings in + UTF-8 locales. + + uxterm + + + + + + xterm + + is a terminal emulator for the X Window System. + + xterm + + + + + +