Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 2499b1a32d4a383f1cec7eb1abb932c0 > files > 9

mtoolsfm-1.9.3-3mdk.ppc.rpm

/* MToolsFM - A graphical Frontend to mtools                                        */
/* Copyright (c) 1999 Christian Ospelkaus <christian@core-coutainville.org>    */

/* This program is free software; you can redistribute it and/or               */
/* modify it under the terms of the GNU General Public License                 */
/* as published by the Free Software Foundation; either version 2              */
/* of the License, or (at your option) any later version.                      */

/* This program is distributed in the hope that it will be useful,             */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of              */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               */
/* GNU General Public License for more details.                                */

/* You should have received a copy of the GNU General Public License           */
/* along with this program; if not, write to the Free Software                 */
/* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. */

To install this program, you should have downloaded the file MToolsFM-0.6.tar.gz and copied it to /usr/src/
(Please always replace 0.6 by the version number)

(  You might have downloaded an rpm as well; in this case, you have probably already done a
   rpm -i MToolsFM-0.6-1.i386.rpm                                                                  )

MToolsFM uses autoconf / automake. To compile, simply do a

tar -xzvf MToolsFM-0.6.tar.gz
cd MToolsFM-0.6
./configure
make

You can then start MToolsFM by typing 

./MToolsFM &

To install MToolsFM on your system, do 

make install

(Do this step as root). This will install MToolsFM on your system.

For those of you who like hand-written Makefiles, try Makefile.old !

You can still change some rare options in mfm.h :-(
Normally, you will not need this and this option will disappear soon
(When I know more about autoconf / autoheader ;-) )

There are also some pixmaps in the source distribution (menus etc.)

Comments and bug-reports are welcome.

Also see the MToolsFM-homepage at http://www.core-coutainville.org/MToolsFM/ 
and the mtools-homepage at http://mtools.linux.lu/

Christian Ospelkaus <christian@core-coutainville.org>