# Copyright 2004-2012 SPARTA, Inc.  All rights reserved.
# See the COPYING file included with the DNSSEC-Tools package for details.


			     DNSSEC-Tools
			Is your domain secure?


DNSSEC Validation library
-------------------------

A library that provides DNSSEC resource-record validation functionality. 
This library initiates queries which are then serviced by the libsres resolver 
library. 

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

The ../apps directory contains some utility programs for the validator.


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

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

	./configure

To compile:

	make clean; make

To install:

	make install;

