2009-10-04 21:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    + Added "Unibin" example for Mac OS X.
    + Added separate HOWTO section for Mac OS X listing XCode as 
      prerequisite.
    ! Minor corrections in punctuation.

  * contrib/hbhpdf/hbhpdf.hbc
    ! Added png lib for *nix systems. Thanks Lorenzo.
This commit is contained in:
Viktor Szakats
2009-10-04 19:56:27 +00:00
parent 918bc1f221
commit e896fa424c
3 changed files with 39 additions and 2 deletions

View File

@@ -17,6 +17,16 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-04 21:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added "Unibin" example for Mac OS X.
+ Added separate HOWTO section for Mac OS X listing XCode as
prerequisite.
! Minor corrections in punctuation.
* contrib/hbhpdf/hbhpdf.hbc
! Added png lib for *nix systems. Thanks Lorenzo.
2009-10-04 14:33 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
* MSVC/Itanium cleanups.

View File

@@ -121,8 +121,22 @@ HARBOUR
$ ./hello
You should see 'Hello world!' on screen.
on Darwin/BSD/HP-UX/Solaris/BeOS/Haiku/*nix hosts
--------------------------------------
on Darwin (Mac OS X) hosts
--------------------------
(possible cross-build targets: Windows, Windows CE, MS-DOS)
Platform specific prerequisite: XCode installed
$ make install [HB_PLATFORM=<...>]
To test it, type:
$ cd tests
$ hbmk2 hello.prg
$ ./hello
You should see 'Hello world!' on screen.
on BSD/HP-UX/Solaris/BeOS/Haiku/*nix hosts
------------------------------------------
(possible cross-build targets: Windows, Windows CE, MS-DOS)
$ gmake install [HB_PLATFORM=<...>]
@@ -866,11 +880,13 @@ HARBOUR
--- GCC 3.3.4 and GCC 3.3.5
C:\usr\bin\gccenv.cmd
os2-make
---
--- GCC 4.x
C:\usr\local433\gcc440.cmd
set HB_COMPILER=gccomf
os2-make
---
--- Open Watcom C++
SET WATCOM=C:\watcom
@@ -896,6 +912,16 @@ HARBOUR
make "$@"
---
for Darwin (Mac OS X) hosts
---------------------------
--- To create "Universal" binaries, compatible with pre-Snow Leopard PowerPC and Intel systems
export HB_USER_LDFLAGS="-arch i386 -arch ppc"
export HB_USER_CFLAGS="$HB_USER_LDFLAGS"
export HB_COMPILER=gcc
make
---
for *nix hosts in general
-------------------------

View File

@@ -7,3 +7,4 @@ incpaths=.
libs=hbhpdf
libs=libhpdf
{!unix}libs=libpng
{unix}libs=png