gnome-autoar-0.2.2

Introduction to gnome-autoar

The gnome-autoar package provides a framework for automatic archive extraction, compression, and management.

This package is known to build and work properly using an LFS-8.1 platform.

Package Information

gnome-autoar Dependencies

Required

libarchive-3.3.2 and GTK+-3.22.18

Optional

GTK-Doc-1.26 (for building documentation)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-autoar

Installation of gnome-autoar

Install gnome-autoar by running the following commands:

./configure --prefix=/usr --disable-static &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Libraries: libgnome-autoar-0.so and libgnome-autoar-gtk-0.so
Installed Directories: /usr/include/gnome-autoar-0 and /usr/share/gtk-doc/html/gnome-autoar

Short Descriptions

libgnome-autoar-0.so

provides API functions for automatic archive management.

libgnome-autoar-gtk-0.so

provides GTK+ widgets to aid in automatic archive management.

Last updated on 2017-08-28 21:49:50 -0700