perl-module: Better document "make test" requirements.
[pspp-builds.git] / perl-module / README
index 0b93de026d3573c05564fe3d96b78ebbd6c63559..c8e9484612628492b36f7a809b34f146dc3a8c4a 100644 (file)
@@ -6,7 +6,7 @@ system files.
 
 INSTALLATION
 
 
 INSTALLATION
 
-To install you must have first installed and built pspp 0.7.1 or
+To install you must have first installed and built pspp 0.7.2 or
 later.  Pspp is not required to use this module, only to install
 it. 
 
 later.  Pspp is not required to use this module, only to install
 it. 
 
@@ -14,9 +14,14 @@ To install this module type the following:
 
    perl Makefile.PL
    make
 
    perl Makefile.PL
    make
-   make test
    make install
    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
 
 
 DEPENDENCIES