-- 
-- README
-- 
-- Copyright (C) 2001, 2002, 2003 Stefan Jahn <stefan@lkcc.org>
-- 
-- This 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 software 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 package; see the file COPYING.  If not, write to
-- the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-- Boston, MA 02111-1307, USA.  
--

Description
===========

The serveezopt package contains optional modules based on the GNU
serveez package's core library.  It shows how to extend serveez by
server modules and how to embed the serveez core library in various
ways.


Requirements
============

This package requires a full installation of the GNU serveez package,
a working Guile installation (version >= 1.3.4) and SWIG.


Installation
============

The installation procedure is as the usual GNU way.

$ gzip -cd serveezopt-<version>.tar.gz | tar xvf -
$ cd serveezopt-<version>
$ ./configure                      ( set appropriate options )
$ make
$ make install                     ( might need root privileges )

For further information on installing the package, please consult the
file INSTALL, included in this distribution.


Getting the latest CVS snapshot
===============================

You can always get the latest serveezopt version from our cvs
repository.  Please use an official release if you want to work with
serveezopt.  The cvs version might not even compile.

    $ cvs -z3 -d:pserver:anoncvs@lkcc.org:/home/cvs/cvsroot co serveezopt

The password is 'anoncvs'.  Run sh autogen.sh and configure with
appropriate options.  Maintainance currently requires Autoconf version
2.57, GNU libtool 1.5 and GNU automake 1.7.5.
