GNOME Virtual File System-2.6.1.1

Introduction to GNOME Virtual File System

The GNOME Virtual File System package contains virtual file system libraries. This is used as one of the foundations of the Nautilus file manager.

Package information

Installation of GNOME Virtual File System

Install GNOME Virtual File System by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
    --sysconfdir=/etc/gnome --disable-gtk-doc &&
make &&
make install

Command explanations

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin : This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

--disable-gtk-doc: This switch will prevent the rebuilding of documentation during the make command.

Contents

The GNOME Virtual File System package contains libgnomevfs libraries.