convex - a Maple package for convex geometry
Copyright (C) 1999-2016 Matthias Franz

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.

AUTHOR
######

Matthias Franz [mfranz{ATT}uwo{DOTT}ca]

(Replace {ATT} and {DOTT} by the obvious characters.)

Please send any comments or bug reports to this address.

FILE LIST
#########

00README	this file

LICENSE		the GNU General Public License, which applies to this package

convex.mla	the package `convex' as Maple repository in .mla format

convex.lib	the package `convex' as Maple repository in .lib/.ind format
convex.ind

convex-doc.zip	the zipped HTML documentation (for Windows)

convex-doc.tar.gz	the gzipped HTML documentation (for Linux)

Changelog	summary of changes

convex.tar.gz	a gzip'ed tar file with the source code for the package
		YOU DON'T NEED THIS FILE IN ORDER TO USE THE PACKAGE.

INSTALLATION
############

Copy the file `convex.mla' (or, for older Maple versions, the files
`convex.lib' and `convex.ind') to one of the directories listed in
the Maple variable `libname' (or create a new directory and add it
to `libname'). Then the package can be invoked simply by typing
`with(convex):' at the Maple prompt.

If you have modified `libname', you may also want to change your
~/.mapleinit file. Type `man maple' (Linux shell prompt) or `?maple'
(from within Maple) for more information.

DOCUMENTATION
#############

Unpack the appropriate archive in a new directory.

COMPILATION
###########

You should have a Linux system for this. Unpack and untar
"convex.tar.gz" in a new directory. Then call "make".
