25 minutes is all you're willing to wait for free support before you post again?
That's not very realistic.
Here's what the howto says:
Quote:
# From main/Thirdparty/Perl (as root)
# install LWP for convenience: perl -MCPAN -e 'install "LWP"'
mkdir -p ~/.cpan/CPAN
cp MyConfig.pm ~/.cpan/CPAN/MyConfig.pm
# edit ~/.cpan/CPAN/MyConfig.pm, replacing BUILD_ROOT with path
# to Thirdparty/Perl and (possibly) blanking our urllist param
#
# Also verify paths to tar and gzip in config
#
download swatch-3.1.1.tar.gz
make clean
make
|
That means:
cd Thirdparty/Perl
install lwp for convenience.
Set up your MyConfig.pm file
download the swatch tgz
type "make clean"
type "make"