Difference between revisions of "fpcupdeluxe"

From Free Pascal wiki
Jump to navigationJump to search
Line 3: Line 3:
 
<p>[https://github.com/newpascal/fpcupdeluxe Fpcupdeluxe source]</p>
 
<p>[https://github.com/newpascal/fpcupdeluxe Fpcupdeluxe source]</p>
 
<p>[https://github.com/newpascal/fpcupdeluxe/releases/latest Latest release]</p>
 
<p>[https://github.com/newpascal/fpcupdeluxe/releases/latest Latest release]</p>
<h2>Crosscompiling from Windows towards Darwin.</h2>
+
<h1>Installation of FPC and Lazarus</h1>
 +
<h1>Crosscompiling</h1>
 +
<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>
 
<p>First, you will neeed to get osxcross, and compile it yourself.</p>
 
<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>[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>
 
<p>You will need the [https://github.com/LongDirtyAnimAlf/osxcross osxcross] that has been adapted for use by FPC.</p>

Revision as of 10:07, 5 December 2016

fpupdeluxe on Windows

Fpcupdeluxe, a GUI installer for FPC and Lazarus.

Fpcupdeluxe source

Latest release

Installation of FPC and Lazarus

Crosscompiling

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.