Difference between revisions of "fpcupdeluxe"

From Free Pascal wiki
Jump to navigationJump to search
Line 8: Line 8:
 
<h1>Advanced settings</h1>
 
<h1>Advanced settings</h1>
 
<h1>Crosscompiling</h1>
 
<h1>Crosscompiling</h1>
 +
Fpcupdeluxe makes cross-compiling easy: just select a CPU and an OS, and press install crosscompiler.
 +
If libraries and/or binary tools are needed, fpcupdeluxe will try to get them online.
 
<h2>Crosscompiling from Windows towards Darwin</h2>
 
<h2>Crosscompiling from Windows towards Darwin</h2>
 
<p>With the help of fpcupdeluxe and a toolset called osxcross, you can crosscompile towardds Darwin.<br />This help will concentrate on crossing from Windows towards Darwin only.</p>
 
<p>With the help of fpcupdeluxe and a toolset called osxcross, you can crosscompile towardds Darwin.<br />This help will concentrate on crossing from Windows towards Darwin only.</p>

Revision as of 10:15, 5 December 2016

fpupdeluxe on Windows

Fpcupdeluxe, a GUI installer for FPC and Lazarus.

Fpcupdeluxe source

Latest release

Installation of FPC and Lazarus

The main purpose of fpcdeluxe is to provide a means for installing and updating various versions of FPC and Lazarus in a self-contained manner. Self-contained meaning that an install by fpcupdeluxe will have no influence on your system at all: you can install multiple versions of FPC and Lazarus.

Only one requirement: you HAVE to use the generated link to start the install !

Advanced settings

Crosscompiling

Fpcupdeluxe makes cross-compiling easy: just select a CPU and an OS, and press install crosscompiler. If libraries and/or binary tools are needed, fpcupdeluxe will try to get them online.

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 has been adapted for use by FPC.