CM2GPX - CacheMate PDB-to-GPX file converter

To build CM2GPX, you first run the configuration shell script in the top
level distribution directory:

	./configure

If you are building CM2GPX under Mac OS X, use the following command line
to put the manual page in the proper place:

	./configure --mandir=/usr/local/share/man

After the configure script has completed, run the following commands to
build and install the software (run the second command as root, if you are
installing in a system directory):

	make
	make install

There are many options which you may provide to configure (which you can
discover by running configure with the --help option).  But the one of
most interest is the one that sets the installation directory. By default,
the configure script will set things up to install cmconvert into
/usr/local/bin and the man page into /usr/local/man/man1.  If, for
example, you'd prefer to install into /usr/bin and /usr/man/man1, you can
tell configure about that with:

	./configure --prefix=/usr

After running the configuration script, run "make" to build the program,
and "make install" to install the files into their proper locations.  You
will need write permission to the install destinations for installation to
work.

-----

Copyright 2004 Brian Smith

This file is part of CM2GPX.

CM2GPX 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, or (at your option)
any later version.

CM2GPX 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 CM2GPX; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.

