X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FREADME;h=c8e9484612628492b36f7a809b34f146dc3a8c4a;hb=aa937be5e1ac11fadf7a3c6705416f9b4ad35c1f;hp=74d6220e99d8fd110e6b4e93976b35a39f1b2747;hpb=deb4fd96c0c171fc8eb64f7f1e7f5c2af4931416;p=pspp-builds.git diff --git a/perl-module/README b/perl-module/README index 74d6220e..c8e94846 100644 --- a/perl-module/README +++ b/perl-module/README @@ -14,9 +14,14 @@ To install this module type the following: perl Makefile.PL make - make test make install + make test +For "make test" to succeed, Perl must be able to find +libpspp-core-$VERSION.so. It can do so if "make install" has been run +(as shown above), or if LD_LIBRARY_PATH points to it (e.g. in +src/.libs). Running "make check" from the top-level build directory +will automatically set LD_LIBRARY_PATH. DEPENDENCIES