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 / file-roller / README < prev    next >
Encoding:
Text File  |  2004-10-21  |  1.6 KB  |  62 lines

  1.  
  2.                * File Roller *
  3.  
  4.           an archive manager utility for the
  5.               GNOME Environment.
  6.  
  7. * What is it ?
  8.  
  9.   File Roller is an archive manager for the GNOME environment.  This means
  10.   that you can : create and modify archives; view the content of an archive; 
  11.   view a file contained in the archive; extract files from the archive.
  12.  
  13.   File Roller is only a front-end (a graphical interface) to archiving programs
  14.   like tar and zip. The supported file types are :
  15.     * Tar archives uncompressed (.tar) or compressed with
  16.           * gzip (.tar.gz , .tgz)
  17.           * bzip (.tar.bz , .tbz)
  18.           * bzip2 (.tar.bz2 , .tbz2)
  19.           * compress (.tar.Z , .taz)
  20.           * lzop (.tar.lzo , .tzo)
  21.     * Zip archives (.zip)
  22.     * Jar archives (.jar , .ear , .war)
  23.     * Lha archives (.lzh)
  24.     * Rar archives (.rar)
  25.     * Zoo archives (.zoo)
  26.     * Arj archives (.arj)
  27.     * AR archives (.ar)
  28.     * Debian archives (.deb) [Read-only mode]
  29.     * RPM archives (.rpm) [Read-only mode]
  30.     * 7-zip archives (.7z)
  31.     * ISO files (.iso) [Read-only mode]
  32.     * Stuffit archives (.bin, .sit)
  33.     * Single files compressed with gzip, bzip, bzip2, compress, lzop
  34.  
  35. * Home Page
  36.  
  37.   http://fileroller.sourceforge.net
  38.  
  39. * Licensing
  40.  
  41.   This program is released under the terms of the GNU General Public
  42.   License (GNU GPL).  
  43.  
  44.   You can find a copy of the license in the file COPYING.
  45.  
  46. * Dependencies
  47.  
  48.   In order to use this program you need a working GNOME environment
  49.   version 2.x, with the development tools installed properly.
  50.  
  51.   Also you need : 
  52.           * gnome-vfs
  53.           * libglade
  54.           * bonobo-activation
  55.           * bonobo
  56.  
  57. * Install
  58.  
  59.   ./configure 
  60.   make
  61.   make install
  62.