diff -c -b -B -N FDC-20020115/README FDC-20031015/README *** FDC-20020115/README Mon Jan 14 17:54:49 2002 --- FDC-20031015/README Wed Oct 15 16:32:59 2003 *************** *** 253,255 **** --- 253,277 ---- algorithm. + + --------- INSTALLATION SUMMARY WHEN USING FracDim: + + 1. Unpack FracDim and FDC. They can go in sibling directories. + 2. Configure and compile FDC. + 3. Apply the FracDim-FDC.patch patch. It's just a unified diff. + For instance, if your directory resembles + + FDC-2003xxxx/ + FracDim-2003xxxx/ + FracDim-FDC.patch + + you should be able to + + cd FracDim-2003xxxx + patch -p1 < ../FracDim-FDC.patch + 4. Load FDC.pm in your favorite text editor. Search for 'driver'. + Change the path (it reads /home/lw2j/private/WORK/FracDim/driver' + to point to the driver binary in the FDC-2003xxxx directory. + + At that point, running 'RUNME.pl' in the FracDim directory should + still work (faster).