This is MediaNet, version 0.1beta (there are still bugs!).

The code is in the src/ directory, various documentation, including
technical papers, are in the doc/ directory, and scripts for running
MediaNet and processing its output are in the scripts/ directory.

BUILDING

To build MediaNet, you must 

1) install Cyclone, version 0.8.  The Makefiles assume cyclone is accessible
   from your PATH.  Cyclone can be obtained from
   http://www.cs.cornell.edu/projects/cyclone/

2) install Dali, version 1.0.  This can be obtained from
   http://www.cs.cornell.edu/dali/.  Once you have built Dali in directory
   DALIDIR, go to the MediaNet src/ directory, and do

   ln -s DALIDIR/dali-1.0/unix/lib dali-lib
   ln -s DALIDIR/dali-1.0/include dali-include

   This assumes you have built it on a unix platform.  For Windows, change
   the lib/ directory appropriately.

At this point, you should be able to build all the executables.  To do so,
simply type 

  make

The executables are stored in their respective directories.  There is no
"install" feature at this time.

If you want to additionally build the papers (the other documents are just
text files), you will need LaTeX installed.  Simply type "make docs" in the
media-net/ directory.

RUNNING

The USAGE file in the doc/ directory describes the main MediaNet
programs, and provides a description of some of the scripts in
the scripts/ directory to enable you to use them.  This is not
complete, unfortunately, and needs to be updated.

