Improve description of Perl libraries needed for test suite

* README.checkout: Improve text about Perl libraries
This commit is contained in:
Tim Rühsen 2016-05-24 09:38:15 +02:00
parent a952f81f3e
commit 2e6f629061

View File

@ -25,10 +25,11 @@ Compiling From Repository Sources
tests in the tests/ sub directory. Tarball distributions include an tests in the tests/ sub directory. Tarball distributions include an
already-generated wget.1 manual. The command "make check" runs the already-generated wget.1 manual. The command "make check" runs the
test suite written in perl and python (see below). To execute all the tests test suite written in perl and python (see below). To execute all the tests
you need [24]libwww-perl and libio-socket-ssl-perl perl library. If you need libwww-perl and libio-socket-ssl-perl perl library.
"perl -MCPAN -e 'install Bundle::LWP'" fails then you most likely don't GNU/Linux distros likely have these two libraries packaged.
have cpan module installed. First download [25]CPAN and [26]install it. If not, install them directly with "perl -MCPAN -e 'install Bundle::LWP'"[24].
Then execute "perl -MCPAN -e 'install Bundle::LWP'". If that fails then you most likely don't have the CPAN module installed.
First download [25]CPAN and [26]install it, then try again the above command.
Now "make check" should pass most of the tests in the test suite. Now "make check" should pass most of the tests in the test suite.
* [45]Python, if you want to run the tests in the testenv/ subdirectory. * [45]Python, if you want to run the tests in the testenv/ subdirectory.