From 90acbc8f862656e83ad4e39fea2f5bc726683a7f Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 4 Jun 2009 15:32:18 +0000 Subject: [PATCH] 2009-06-04 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * INSTALL + Change section title from: HOW TO BUILD AND INSTALL HARBOUR to HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE + Added sentence which hopefully will make sure users understand that 'msys' isn't required (not even recommended) to build Harbour with MinGW. It's included because it's supported and possible and may give some benefit for some users. --- harbour/ChangeLog | 12 ++++++++++++ harbour/INSTALL | 6 ++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3411bbb4f6..feb6c27db8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,18 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-06-04 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + + Change section title from: + HOW TO BUILD AND INSTALL HARBOUR + to + HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE + + Added sentence which hopefully will make sure users + understand that 'msys' isn't required (not even recommended) + to build Harbour with MinGW. It's included because it's + supported and possible and may give some benefit for some + users. + 2009-06-04 17:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/hbwin.ch + Added some constants. diff --git a/harbour/INSTALL b/harbour/INSTALL index 86e26aaf6f..e4ed06b242 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -13,8 +13,8 @@ HARBOUR http://www.harbour-project.org/ -HOW TO BUILD AND INSTALL HARBOUR -================================ +HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE +============================================ NOTE: Before reporting a problem on the mailing list, please make sure to read the TROUBLESHOOTING section in this file. @@ -79,6 +79,8 @@ HOW TO BUILD AND INSTALL HARBOUR Windows with MinGW + msys ------------------------- + (for plain MinGW *without* msys, which is the recommended way: see above) + Make sure to have msys and MinGW properly configured. msys should be put in PATH *before* MinGW.