Difference between revisions of "Xorg7/xterm"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page.) |
Weibullguy (talk | contribs) |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
+ | |- | ||
| ftp://invisible-island.net/xterm/xterm.tar.gz | | ftp://invisible-island.net/xterm/xterm.tar.gz | ||
|- | |- | ||
|} | |} | ||
− | Return to [[Xorg7/ | + | Return to [[Xorg7/Drivers|Drivers]] |
=xterm= | =xterm= | ||
Line 12: | Line 13: | ||
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. | 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 [[Xorg7/Libraries|Libraries]] | ||
+ | |||
+ | ===Optional=== | ||
+ | [[FreeType]] | ||
==Non-Multilib== | ==Non-Multilib== | ||
+ | |||
+ | Compile xterm. | ||
./configure $XORG_CONFIG | ./configure $XORG_CONFIG | ||
make | make | ||
+ | |||
+ | Install xterm. | ||
+ | |||
make install | make install | ||
+ | |||
+ | ==Multilib== | ||
+ | |||
+ | ===32-Bit=== | ||
+ | |||
+ | ===N32=== | ||
+ | |||
+ | ===64-Bit=== | ||
+ | |||
+ | Next [[Xorg7/Config|Configure X]] |
Revision as of 09:41, 2 October 2006
Download Source: |
---|
ftp://invisible-island.net/xterm/xterm.tar.gz |
Return to Drivers
Contents
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
Non-Multilib
Compile xterm.
./configure $XORG_CONFIG make
Install xterm.
make install
Multilib
32-Bit
N32
64-Bit
Next Configure X