X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.CVS;h=b5ff93df8a68db1be2485891a66260234f81501e;hb=2e02472cf15ddb64c33a1477cf4cfbf3be2d0c95;hp=244c31b7e49c34ee63916767b79866ea404599fa;hpb=47ca046d74e8bd5edfa3fe19c92bd7b57fdbbe42;p=pspp diff --git a/README.CVS b/README.CVS index 244c31b7e4..b5ff93df8a 100644 --- a/README.CVS +++ b/README.CVS @@ -2,8 +2,16 @@ To build this project from the sources direct from the cvs archive use: make -f Smake +# If you need to pass arguments to configure, use +# make -f Smake CONFIGUREFLAGS="--with-this --without-that" make - and to test it: + + + To test it: + +make check + + For a very thorough test: make distcheck