diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 272e994f11..7b57d4ea17 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-02-23 12:03 UTC+0100 Viktor Szakats (harbour syenar.net) + * INSTALL + + updated OS X package manager instructions to HomeBrew (from MacPorts) + 2012-02-23 00:19 UTC+0100 Viktor Szakats (harbour syenar.net) * INSTALL * minor fixes diff --git a/harbour/INSTALL b/harbour/INSTALL index a80e22136f..1612f19dc2 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -409,10 +409,10 @@ HARBOUR Darwin (OS X) ------------- - 1.) Install MacPorts, follow their instructions: - https://www.macports.org/ - 2.) $ sudo port install pcre slang allegro cairo freeimage gd2 mysql5-devel postgresql84 - $ sudo port install upx uncrustify + 1.) Install HomeBrew, follow their instructions: + http://mxcl.github.com/homebrew/ + 2.) $ brew install pcre slang cairo freeimage libgd mysql postgresql + $ brew install upx uncrustify Linux (generic) ---------------