Difference between revisions of "fpcupdeluxe"

From Free Pascal wiki
Jump to navigationJump to search
Line 6: Line 6:
  
 
[https://github.com/newpascal/fpcupdeluxe/releases/latest Latest release]
 
[https://github.com/newpascal/fpcupdeluxe/releases/latest Latest release]
 +
 +
 +
Crosscompiling from Windows towards Darwin.
 +
 +
With the help of fpcupdeluxe and a toolset called osxcross, you can crosscompile towardds Darwin.
 +
This help will concentrate on crossing from Windows towards Darwin only.
 +
 +
First, you will neeed to get osxcross, and compile it yourself.
 +
 +
[https://github.com/tpoechtrager/osxcross osxcross original]
 +
[https://github.com/LongDirtyAnimAlf/osxcross osxcross for FPC]
 +
 +
You will need the osxcross that have been adapted for use by FPC.

Revision as of 15:41, 4 December 2016

Fpcupdeluxe, a GUI installer for FPC and Lazarus.

fpcupdeluxe

fpupdeluxe on Windows

Latest release


Crosscompiling from Windows towards Darwin.

With the help of fpcupdeluxe and a toolset called osxcross, you can crosscompile towardds Darwin. This help will concentrate on crossing from Windows towards Darwin only.

First, you will neeed to get osxcross, and compile it yourself.

osxcross original osxcross for FPC

You will need the osxcross that have been adapted for use by FPC.