Introduction
============

This is the Zerg BLAST parsing library version 1.0. It provides the
parsing engine used by the Perl module libzerg-perl. You will find
user documentation in this Perl module.


License terms
=============

Copyright (C) 2002  ApuPaquola - Instituto de Qumica -
                    Universidade de So Paulo - Brasil

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


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

First, unpack libzerg.tar.gz:

  gunzip -c libzerg.tar.gz | tar xf -

then

  make

and as root:

  make install

This will create the directory /usr/local/libzerg. Next,
provide symbolic links to the installed files:

ln -s /usr/local/libzerg/lib/libzerg.a /usr/local/lib/libzerg.a
ln -s /usr/local/libzerg/include/zerg.h /usr/local/include/zerg.h
