The gnome-autoar package provides a framework for automatic archive extraction, compression, and management.
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-autoar/0.4/gnome-autoar-0.4.5.tar.xz
MD5 校验和:c8028c4df62c059418d4bdcde345cbe2
大小:52 KB
预计所需磁盘空间:2.8 MB
预计构建时间:0.1 SBU
libarchive-3.8.8 and GTK-3.24.52
GTK-Doc-1.36.1 (for building documentation)
Install gnome-autoar by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D vapi=true \
-D tests=true \
.. &&
ninja
To test the results, issue: ninja test
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.
-D gtk_doc=true: Use this parameter if
GTK-Doc is installed and you wish to rebuild and install the API
documentation.