The Baobab package contains a graphical directory tree analyzer.
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/baobab/50/baobab-50.0.tar.xz
MD5 校验和:f6f4649a945ca419d8261236fa2c7de2
大小:604 KB
预计所需磁盘空间:10 MB
预计构建时间:小于 0.1 SBU(并行度=4)
adwaita-icon-theme-50.0, GTK-4.22.4, itstool-2.0.7, libadwaita-1.9.2, and Vala-0.56.19
Install Baobab by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.