%general-entities; ]> $LastChangedBy$ $Date$ xterm-&xterm-version;.tar xterm xterm-&xterm-version; xterm Introduction to xterm xterm is a terminal emulator for the X Window System. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &xterm-md5sum; Download size: &xterm-size; Estimated disk space required: &xterm-buildsize; Estimated build time: &xterm-time; xterm Dependencies Required and Optional User Notes: Installation of xterm 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@/usr@' main.h Install xterm by running the following commands: ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var && make This package does not come with a test suite. Now, as the root user: make install && make install-ti Command Explanations --enable-luit: enables the luit filter for unicode translation. --with-wide-chars: adds support for wide characters. sed -i 's@/usr/X11R6@/usr@' main.h: This command corrects the PROJECTROOT definition for an installation prefix of /usr. make install-ti: This command installs corrected terminfo description files for use with xterm. Configuring xterm There are two ways to configure xterm. You can add X resource definitions to the user's ~/.Xresources file, or add them to the system-wide /usr/lib/X11/app-defaults/Xterm file. In order for xterm to follow the locale settings in the environment and use TrueType fonts, add the following definitions as the root user: cat >> /usr/lib/X11/app-defaults/XTerm << "EOF" *VT100*locale: true *VT100*faceName: Monospace *VT100*faceSize: 10 EOF Contents Installed Programs resize, uxterm, and xterm 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