/
dgd-rgx/
dgd-rgx/doc/
dgd-rgx/doc/kfun/
dgd-rgx/src/
dgd-rgx/src/regex/
 Instructions for installing the dgd-rgx package:

 You should have version 1.0.a7.1 or later of DGD.

 1. Copy the files `rgx.c' and `rgx.h' from the ./src directory in this
    distribution into the src directory of the DGD distribution.

 2. Create a directory `regex' in the src directory of the DGD
    distribution, and copy all of the files from ./src/regex into it.

 3. Apply the ./src/1.0.7.diffs file to your DGD source tree by cd'ing to
    the top of the DGD distribution and running a command like:

        patch -p < 1.0.7.diffs

    (Substituting "1.0.7.diffs" with the actual pathname to the diffs
    file.)

 4. Rebuild DGD.