The GNOME Terminal package contains the console. This is useful for executing programs from a command prompt.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.8/gnome-terminal-2.8.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.8/gnome-terminal-2.8.0.tar.bz2
Download MD5 sum: 93e59f24b35bd867653664565adb4672
Download size: 2.1 MB
Estimated disk space required: 37 MB
Estimated build time: 0.25 SBU
Install GNOME Terminal by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
The GNOME Terminal package contains gnome-terminal.
Last updated on 2004-11-23 00:56:22 -0700