Difference between revisions of "fpcupdeluxe"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
Fpcupdeluxe, a GUI installer for FPC and Lazarus.
+
<p>Fpcupdeluxe, a GUI installer for FPC and Lazarus.</p>
 
+
<p>[https://github.com/newpascal/fpcupdeluxe fpcupdeluxe]</p>
[https://github.com/newpascal/fpcupdeluxe fpcupdeluxe]
+
<p>[[File:fpcupdeluxe.JPG|200px|thumb|left|fpupdeluxe on Windows]]</p>
 
+
<p>[https://github.com/newpascal/fpcupdeluxe/releases/latest Latest release]</p>
[[File:fpcupdeluxe.JPG|200px|thumb|left|fpupdeluxe on Windows]]
+
<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>
[https://github.com/newpascal/fpcupdeluxe/releases/latest Latest release]
+
<p>First, you will neeed 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>You will need the [https://github.com/LongDirtyAnimAlf/osxcross osxcross] that has been adapted for use by FPC.</p>
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 16:10, 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 has been adapted for use by FPC.