We refer to this release of the Mtg software as "Mtg-Book."
It is released under the following license:

// Mtg-Book 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.
//
// Mtg-Book 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 Mtg-Book; if not, write to the 
//
// Free Software Foundation, Inc.
// 59 Temple Place, Suite 330
// Boston, MA 02111-1307
// USA

Mtg-Book is copyrighted: 
Copyright 1999, 2002 Robert Buff

If you wish to use Mtg under a different license, contact
the author at http://robertbuff.com/uvm.

The files that are part of Mtg-Book are contained in the
directories MtgClt, MtgLib, MtgMath, MtgSvr.

FILES IN THE DIRECTORY packages DO NOT FALL UNDER THE
LICENSE FOR Mtg-Book. THEY ARE THIRD-PARTY PRODUCTS.


1. Run  go.bat  in this directory to start MtgSvr and MtgClt.
   Java must be installed and in your path! If Java is not
   installed, visit http://java.sun.com.

2. Try the script examples by running

   cd examples
   ..\MtgSvr\Release\MtgSvr MtgScript01.txt
   ..\MtgSvr\Release\MtgSvr MtgScript02.txt
   ..\MtgSvr\Release\MtgSvr MtgScript03.txt

3. Install MtgMath (see MtgMath\INSTALL) and try out the
   Mathematica notebook in the examples directory.

4. To compile Mtg-Book, copy the entire contents of this
   CD-ROM to your harddisk and open mtg.dsw in Microsoft
   Visual C++ 6 or above. You may have to reset the read
   only flag with

   attrib -r *.* /s


New York, January 2002
Robert Buff
