The GNOME Menus package contains
          an implementation of the draft Desktop Menu
          Specification from freedesktop.org. It also contains the
          GNOME menu layout configuration
          files and .directory files.
        
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-menus/3.36/gnome-menus-3.36.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-menus/3.36/gnome-menus-3.36.0.tar.xz
Download MD5 sum: a8fd71fcf31a87fc799d80396a526829
Download size: 492 KB
Estimated disk space required: 8.5 MB
Estimated build time: less than 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-menus
Install GNOME Menus by running the following commands:
./configure --prefix=/usr \
            --sysconfdir=/etc \
            --disable-static &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
Last updated on