home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libgnome2-vfs-perl / README < prev   
Encoding:
Text File  |  2006-03-12  |  692 b   |  35 lines

  1.                   Gnome2::VFS
  2.                  -------------
  3.  
  4. This module allows you to use the GNOME Virtual File System library
  5. (libgnomevfs for short) from Perl.
  6.  
  7. The canonical API documentation can be found at
  8.  
  9.   http://developer.gnome.org/doc/API/2.0/gnome-vfs-2.0/index.html
  10.  
  11. Gnome2::VFS also comes with automatically generated API documentation.  To
  12. access its index, use:
  13.  
  14.   perldoc Gnome2::VFS::index
  15.  
  16.                  Installation
  17.                 --------------
  18.  
  19. To install Gnome2::VFS, run the following commands:
  20.  
  21.   perl Makefile.PL
  22.   make
  23.   make test
  24.   make install
  25.  
  26.                  Dependencies
  27.                 --------------
  28.  
  29. Gnome2::VFS depends on:
  30.  
  31.   ExtUtils::Depends >= 0.20
  32.   ExtUtils::PkgConfig >= 1.03
  33.   Glib >= 1.120
  34.   libgnomevfs >= 2.0.0
  35.