Difference between revisions of "fpcupdeluxe"

From Lazarus wiki
Jump to navigationJump to search
Line 8: Line 8:
 
<h1>Advanced settings</h1>
 
<h1>Advanced settings</h1>
 
[[File:fpcupdeluxe_advanced.JPG|none|400px|thumb|left|Fpcupdeluxe advanced settings screen.]]
 
[[File:fpcupdeluxe_advanced.JPG|none|400px|thumb|left|Fpcupdeluxe advanced settings screen.]]
<p>The above screenshot shows the advanced settings of fpcupdeluxe.</p>
+
<p>The above screenshot (click Setup+ on mainscreen) shows the advanced settings of fpcupdeluxe.</p>
 
<h1>Crosscompiling</h1>
 
<h1>Crosscompiling</h1>
 
Fpcupdeluxe makes cross-compiling easy: just select a CPU and an OS, and press install crosscompiler.
 
Fpcupdeluxe makes cross-compiling easy: just select a CPU and an OS, and press install crosscompiler.

Revision as of 12:53, 5 December 2016

fpupdeluxe on Windows

Fpcupdeluxe, a GUI installer for FPC and Lazarus. Based on fpcup

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

Fpcupdeluxe advanced settings screen.

The above screenshot (click Setup+ on mainscreen) shows the advanced settings of fpcupdeluxe.

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, NewPascal and a toolset called osxcross, you can crosscompile towards Darwin.
This help will concentrate on crossing from Windows towards Darwin only.

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

osxcross original
osxcross for FPC

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

Get yourself a SDK, either from your own Mac, or from online sources: Various Mac SDK's

Build osxcross according to the instructions. E.g. on Windows with Cygwin.

Please note: to be able to cross from Windows towards Darwin, you need to have NewPascal installed ! NewPascal is FPC trunk with some additional features. Use fpcupdeluxe to install NewPascal.

Point fpcupdeluxe towards the library location
Point fpcupdeluxe towards the binary tools location


External links

Fpcup by Reinier

Fpcupdeluxe source

Latest release

NewPascal