//---
// File:  README.txt
// 
// $Id$
//---

Position Quality Evaluator (PQE) library

Introduction:

PQE was created to encapsulate the functionality of the 
ossimPositionQualityEvaluator class into a standalone library.  This library
has no dependencies other than standard C/C++.

Building:

On linux with gcc do:
cd pqe
make

On windows with Microsoft Visual Express 2008 do:
cd pqe
nmake /f makefile.vc

Mac OS:
Yet to do...

There is html / man page documentation provided through doxygen.  To build 
documentation do:
cd pqe/doc
doxygen Doxyfile

To view html documentation of the file:
pqe/doc/dox/index.html


