diff --git a/LDP/builder/db2omf/INSTALL b/LDP/builder/db2omf/INSTALL new file mode 100644 index 00000000..ffcfb761 --- /dev/null +++ b/LDP/builder/db2omf/INSTALL @@ -0,0 +1,14 @@ +To install db2omf, run: + + perl Makefile.PL + +That will generate a Makefile. Then, run: + + make + +to build the package, and run: + + make install + +as root to copy the files to the appropriate locations. +