Target Darwin

From Lazarus wiki
Jump to navigationJump to search

Introduction

Darwin is the target for Mac OS X, both PowerPC and i386. Programs may also be run on a machine with only Darwin installed.

Installation

There are two possibilities:

1) Download the disk image with the installer from the download page.

2) Use fink (http://fink.sourceforge.net)


In addition, daily snapshots of the development powerpc and i386 versions of fpc 2.3.1 and lazarus are available at (usage at own risk):

http://ftp.de.freepascal.org/pub/lazarus/

http://ftp.hu.freepascal.org/pub/lazarus/

http://ftp.ca.freepascal.org/pub/lazarus/

http://michael-ep3.physik.uni-halle.de/Lazarus/

Usage

1) Editor (AlphaX, BBedit, ...) and command line (fpc your_pascal_program.pas)

2) Xcode

The FPC installer disk images contain installers with Xcode templates.

3) Leightweight IDE

An IDE in the classic Mac style: http://www.ragnemalm.se/lightweight/

4) DOS-like IDE

A description of how to get the IDE running is here: How to get the fpc ide running under Mac OS X

5) Lazarus

Lazarus is a Delphi-style RAD environment: http://forum.lazarus.freepascal.org

Universal binaries

Normally for each processor - operating system combination there is one executable, but in Mac OS X you can combine a PowerPC and a x86 binary into a so called "Universal Binary". To do this the PowerPC and i386 executables have to be compiled separately and then combined using the lipo command line tool.

The Free Pascal installer for x86 already installs a PowerPC cross-compiler so you only need to use ppcppc instead of fpc to build your project to have the PowerPC binary. If have a PowerPC computer, then the simplest solution is to build the x86 binary in a different computer with x86 architecture, or use an emulator to run Mac OS X running in x86 architecture.

More

  • Mac OS Pascal universal interfaces are part of the fpc packages: check packages/univint
  • IDE already works, except for some graphic glitches on the user output screen,
  • can mouse events be supported with Terminal.app and X11.app? how?
    • It is not possible to support the mouse in Terminal.app. In xterm (X11) it should be possible.