Mercurial > hg > octave-lyh
changeset 950:fe3ce4952bdd
[project @ 1994-11-30 17:42:43 by jwe]
author | jwe |
---|---|
date | Wed, 30 Nov 1994 17:42:43 +0000 |
parents | 46728d21c6eb |
children | e5b9846f3d05 |
files | Makefile.in |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in +++ b/Makefile.in @@ -13,6 +13,16 @@ @echo "" @echo "**************************************************************" @echo "To compile Octave, you will need a recent version of GNU Make." + @echo "" + @echo "You will also need g++ version 2.6.2 or later, and libg++" + @echo "version 2.6.1 or later." + @echo "" + @echo "You may also need the patch for g++ that is distributed with" + @echo "Octave in the file GCC.PATCH." + @echo "" + @echo "Now would be a good time to read the file INSTALL.OCTAVE if" + @echo "you have not done so already." + @echo "" @echo "**************************************************************" @echo "" $(MAKE) -f octMakefile all