README
author Dmitriy Morozov <morozov@cs.duke.edu>
Fri, 22 Dec 2006 10:25:26 -0500
changeset 7 b5dfe607ac17
parent 5 ee9052408c40
child 15 ef3bf83302ca
permissions -rw-r--r--
Added combustion-vineyard, Grid2DVineyard records diagram after adding a grid

Dependencies
  CGAL-3.2 -    for alpha-shapes and kinetic data structures
  DSR-PDB -     for reading in PDB files
  scons -       for controlling the build process
  boost -       great set of C++ libraries
  Doxygen -     for building documentation

Configuration
  Local configuration is read from config/HOSTNAME.py 
  The path to and architecture of CGAL are important variables (cgal_path and
  cgal_architecture respectively).

Building
  To build examples run "scons" at the top level, or "scons -u" in the specific
  examples/ subdirectory.
  "scons debug=1" turns on debugging. "scons counters=1" turns on counters. 
  "scons optimize=3" turns on -O3 optimizations.

Author
  Dmitriy Morozov <morozov@cs.duke.edu>