$Id: INSTALL,v 1.2 2003/08/15 19:24:27 ruut_ Exp $ wfb2sql INSTALL --------------- To install wfb2sql, as root, copy the file to you favorite binary directory (e.g. /usr/local/bin) and modify the first line to contain the full pathname to perl. Remember to make it executable with: chmod 755 /path/to/wfb2sql See 'wfb2sql --man' for more information. Requirements: ------------- Please note that wfb2sql requires Perl Version 5.004 or higher and the modules Getopt::Long, Pod::Usage, Options::General. Getopt::Long is available at http://search.cpan.org/author/JV/Getopt-Long-2.33/ Pod::Usage is available at http://search.cpan.org/author/MAREKR/PodParser-1.23/ Options::General is available at http://search.cpan.org/author/TLINDEN/Config-General-2.21/