2012-02-23 12:03 UTC+0100 Viktor Szakats (harbour syenar.net)

* INSTALL
    + updated OS X package manager instructions to HomeBrew (from MacPorts)
This commit is contained in:
Viktor Szakats
2012-02-23 11:04:38 +00:00
parent d1c2171aab
commit 18d888b900
2 changed files with 8 additions and 4 deletions

View File

@@ -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

View File

@@ -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)
---------------