Difference between revisions of "fpcupdeluxe"

From Free Pascal wiki
Jump to navigationJump to search
Line 12: Line 12:
 
<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 towards 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 towards Darwin.<br />This help will concentrate on crossing from Windows towards Darwin only.</p>
<p>First, you will neeed to get osxcross, and compile it yourself.</p>
+
<p>First, you will need to get osxcross, and compile it yourself.</p>
 
<p>[https://github.com/tpoechtrager/osxcross osxcross original]<br />[https://github.com/LongDirtyAnimAlf/osxcross osxcross for FPC]</p>
 
<p>[https://github.com/tpoechtrager/osxcross osxcross original]<br />[https://github.com/LongDirtyAnimAlf/osxcross osxcross for FPC]</p>
 
<p>You will need the [https://github.com/LongDirtyAnimAlf/osxcross osxcross for FPC] that has been adapted for use by FPC.</p>
 
<p>You will need the [https://github.com/LongDirtyAnimAlf/osxcross osxcross for FPC] that has been adapted for use by FPC.</p>
Line 19: Line 19:
 
<p>Build osxcross according to the instructions. E.g. on Windows with Cygwin.</p>
 
<p>Build osxcross according to the instructions. E.g. on Windows with Cygwin.</p>
 
<p></p>
 
<p></p>
 +
<p>''Please note: to be able to cross from Windows towards Darwin, you need to have NewPascal installed !''</p>
 +
<p>''NewPascal is FPC trunk with some additional features.''</p>
 +
<p>''Use fpcupdeluxe to install NewPascal.''</p>
 +
<p></p>
 +
 
[[File:fpcupdeluxe_darwinlibs.JPG|none|200px|thumb|left|Point fpcupdeluxe towards the library location]]
 
[[File:fpcupdeluxe_darwinlibs.JPG|none|200px|thumb|left|Point fpcupdeluxe towards the library location]]
 
[[File:fpcupdeluxe_darwinbins.JPG|none|200px|thumb|left|Point fpcupdeluxe towards the binary tools location]]
 
[[File:fpcupdeluxe_darwinbins.JPG|none|200px|thumb|left|Point fpcupdeluxe towards the binary tools location]]

Revision as of 12:44, 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

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 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