SOFTWARE REQUIRED TO BUILD FROM SOURCE
=======================================

o ANT v1.6 or higher
o JAVA v1.5 or higher
o gcc, gtar, gmake, groff

  OPTIONAL

o  Latex
o  Condor


BUILDING PEGASUS FROM SOURCE
=========================
o Untar the pegasus-source.*.tar.gz
o Lets call the directory where you untarred PEGASUS_HOME

BUILD BINARY Package
====================
o cd $PEGASUS_HOME
o ant dist
The binary tarball is in the $PEGASUS_HOME/dist directory.

BUILD WORKER Package
=========================
o cd $PEGASUS_HOME
o ant dist-worker
The worker tarball is in the $PEGASUS_HOME/dist directory.

Clean build area
====================
o cd $PEGASUS_HOME
o ant clean

BUILD Binary and WORKER Package
=========================
o cd $PEGASUS_HOME
o ant dist-worker dist
The worker and binary tarball is in the $PEGASUS_HOME/dist directory.

The PEGASUS binary or worker tar ball should be available in the dist directory

Mail 		: pegasus-support@isi.edu
Jira 		: https://jira.isi.edu
Web 		: http://pegasus.isi.edu/wms
SVN		: https://pegasus.isi.edu/svn/pegasus
