Xorg7/xterm

From CBLFS
Revision as of 21:58, 13 November 2006 by Oppiz (talk | contribs)
Jump to navigationJump to search
Download Source:
ftp://invisible-island.net/xterm/xterm.tar.gz

Return to Drivers

xterm

The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. Xterm is not distributed as part of the modular Xorg. You must retrieve it from the upstream source.

Dependencies

Required

libXaw from Libraries

Optional

FreeType

Non-Multilib

Compile xterm.

  ./configure $XORG_CONFIG
  make

Install xterm.

  make install

Multilib

32-Bit

Make the Package

PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 CC="gcc ${BUILD32}" ./configure \
${XORG_CONFIG32} --with-wide-chars &&
make

Install the Package

make install &&
make install-ti

N32

64-Bit

Build the Package

PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 CC="gcc ${BUILD64}" ./configure \
${XORG_CONFIG64} --with-wide-chars --libdir=/usr/lib64 &&
make appsdir=/usr/lib64/X11/app-defaults &&

Install the Package

make appsdir=/usr/lib64/X11/app-defaults install &&
make appsdir=/usr/lib64/X11/app-defaults install-ti

Configure the Package

cat >> $XORG_PREFIX/lib/X11/app-defaults/XTerm << "EOF"

  • VT100*locale: true
  • VT100*faceName: Monospace
  • VT100*faceSize: 10

EOF cat >> $XORG_PREFIX/lib64/X11/app-defaults/XTerm << "EOF"

  • VT100*locale: true
  • VT100*faceName: Monospace
  • VT100*faceSize: 10

EOF

Next install rman