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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.gnome.org/sources/gnome-menus/3.38/gnome-menus-3.38.1.tar.xz
MD5 校验和:bd89f4013689edf35a039ceb1a1b7c39
大小:464 KB
预计所需磁盘空间:8.3 MB
预计构建时间:小于 0.1 SBU
GLib-2.88.2 (GObject Introspection recommended)
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.