gnome-user-share-3.10.2

Introduction to GNOME User Share

The GNOME User Share package allows easy user-level file sharing via WebDAV or ObexFTP. The shared files are announced on the network by Avahi.

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

Package Information

GNOME User Share Dependencies

Required

gnome-bluetooth-3.12.0, libcanberra-0.30, libnotify-0.7.6, and yelp-xsl-3.12.0

Required (Runtime)

mod_dnssd-0.6

Recommended

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

Installation of GNOME User Share

Install GNOME User Share by running the following commands:

./configure --prefix=/usr                \
            --sysconfdir=/etc            \
            --with-httpd=/usr/sbin/httpd \
            --with-modules-path=/usr/lib/httpd/modules &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: gnome-user-share
Installed Libraries: libnautilus-share-extension.so (Nautilus Extension)
Installed Directories: /usr/share/gnome-user-share

Last updated on 2014-08-25 18:22:00 -0700