/jjtraveler

Primary LanguageJavaOtherNOASSERTION

# Copyright (C) 2000 Joost Visser <Joost.Visser@cwi.nl>
#
# 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, 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.

----------------------------------------------------------------------

 JJTraveler

----------------------------------------------------------------------

 Authors:
	Joost Visser, CWI, Joost.Visser@cwi.nl
	Arie van Deursen, CWI, arie@cwi.nl
 	Jurgen Vinju, CWI, jurgenv@cwi.nl

----------------------------------------------------------------------

 A visitor combinator framework for Java.

----------------------------------------------------------------------

 DOCUMENTATION

 Documentation can be found at the following site:

   http://www.meta-environment.org

----------------------------------------------------------------------

 CONFIGURATION

 Set prefix to any appropriate value when installing, e.g.,

 > ./configure --prefix=/usr/local

 This will cause executables to be installed in /usr/local/bin,
 libraries in /usr/local/lib, include files in /usr/local/include.

 Note that you need to include prefix/bin in your PATH, if it is not
 already.

 For information on other configuration parameters, type:

 > ./configure --help

----------------------------------------------------------------------

 INSTALLATION

 For both kinds of configurations, make the package by

 > gmake
 > gmake install

----------------------------------------------------------------------