# Copyright 2004-2008 SPARTA, Inc.  All rights reserved.
# See the COPYING file included with the dnssec-tools package for details.


			     DNSSEC-Tools
			Is your domain secure?


DNSSEC-aware Resolver library
-----------------------------

A library that is capable of sending queries to, and receiving answers
from a DNSSEC-aware name server.

Additional information about this library can be found in the ../doc
directory.

Building the library
---------------------

In the parent (../) directory first run:

	./configure

To compile:

	make clean; make

To install:

	make install


