add INSTALL and message about no need to do "make"

This commit is contained in:
Benoit Jacob
2009-10-03 17:19:14 -04:00
parent a1d9b76dd5
commit d040c9fc9e
2 changed files with 41 additions and 0 deletions

View File

@@ -155,4 +155,8 @@ message("make debug_qr| Build a test with full debug info. To run it: test/deb
message("make blas | Build BLAS library")
message("make doc | Generate the API documentation, requires Doxygen & LaTeX")
message("-------------+-----------------------------------------------------------------")
message("")
message("There's no need to do 'make' unless you really want to build the unit tests!")
message("")