MFM - My File Manager - A lightweight Linux file manager
--------------------------------------------------------

Homepage: http://sg67.altervista.org/mfm


About
-----
MFM is a small and lightweight file manager.
It was developed to provide a small and fast file manager, which has only a
few dependencies from other packages.
MFM use FLTK graphics toolkit.


Features
--------
The basic features of MFM are:
- selectable shown fields (permissions, users, groups, date and size)
- various sort options
- rename group of files
- compress files
- burn CD/DVD
- find files by name or by content
- mount/umount partitions


Requirements
------------
For compiling MFM yourself, you will need the FLTK (>= 1.1.6) toolkit (www.fltk.org).


Installation
------------

Before compiling MFM it should be usefull edit Makefile.
The firsts lines contain some configuration variables:

 #DEBUGGING = Y            : decomment it (removing '#') if you want compile MFM with debug support
 #STATIC    = Y            : decomment it (removing '#') if you want use static FLTK libraries
 FLTK117BUG = Y            : comment it (with '#') if you don't use FLTK version 1.1.7
 #LARGEFILE = Y            : decomment it (removing '#') if you don't see correctly list of files
 TARGET     = /usr/local   : edit to change target installation path

Installing MFM is done by the following commands:
$ make
$ make install

If there are any errors during compilation, check your build environment and
try to find the error, otherwise contact the author at <s.gatti@email.it>.


Usage
-----
To run MFM just type
$ mfm
on a console or use the applications menu from your desktop environment.
There a few command line options. See the on-line help of MFM for details.


--
2005-2006 by Stefano Gatti
s.gatti@email.it
