The GNOME Terminal package contains the terminal emulator for GNOME Desktop.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.20/gnome-terminal-3.20.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.20/gnome-terminal-3.20.2.tar.xz
Download MD5 sum: 8a450458cb833741cf52267d4a208f9a
Download size: 1.8 MB
Estimated disk space required: 37 MB
Estimated build time: 0.3 SBU
Appstream-GLib-0.6.1, DConf-0.26.0, gnome-shell-3.20.4, gsettings-desktop-schemas-3.20.0, itstool-2.0.2, and VTE-0.44.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
![[Note]](../images/note.png) 
          
            To run GNOME Terminal, the
            environment variable LANG must be set
            to a UTF-8 locale prior to
            starting the graphical environment.
          
          --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.
        
Last updated on 2016-08-29 23:02:26 -0700