LCAS - by Oscar Koeroo - 11 April 2011
======================================

Building:
---------

If you start from SVN, you'll like need to start to run autotools:

 ./bootstrap

If you start from a source tarball, then you can start using:

 ./configure

Run "./configure --help" to override the pkg-config provided search path for
Globus libraries and header files.

Run "make"


Installing:
-----------

Run "make install"

or

Run "make DESTDIR=<alternative directory> install"

