The GNOME Terminal package contains the terminal emulator for GNOME Desktop.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.12/gnome-terminal-3.12.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.12/gnome-terminal-3.12.3.tar.xz
Download MD5 sum: a3fe2df34f57e8ab0dac00c44cff2552
Download size: 1.7 MB
Estimated disk space required: 41 MB
Estimated build time: 0.3 SBU
appdata-tools-0.1.8, DConf-0.20.0, gsettings-desktop-schemas-3.12.2, VTE-0.36.3, and yelp-xsl-3.12.0
gnome-shell-3.12.2 and Nautilus-3.12.2
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-terminal
Install GNOME Terminal by running the following commands:
./configure --prefix=/usr \ --disable-migration \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-migration
: This switch
disables building of the GNOME
Terminal GConf migration
tool which is not necessary for BLFS.
--disable-static
: This
switch prevents installation of static versions of the libraries.
--disable-search-provider
: This switch
disables GNOME Shell search
provider.
Last updated on 2014-08-25 18:22:00 -0700