Difference between revisions of "Free Pascal"

From Free Pascal wiki
Jump to navigationJump to search
Line 12: Line 12:
 
== From the Free Pascal Compiler website: ==
 
== From the Free Pascal Compiler website: ==
 
=== Overview ===
 
=== Overview ===
Free Pascal (aka FPK Pascal) is a 32 bit pascal compiler. It is available for different processors (Intel 80386 and compatibles and Motorola 680x0) and operating systems (Linux, FreeBSD, NetBSD, DOS, Win32, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga).
+
Free Pascal (originally named FPK Pascal) is a 32-bit and 64-bit modern Pascal compiler. It is available for different processors (including the Intel 80386 and compatibles and Motorola 680x0) and operating systems (Linux, FreeBSD, NetBSD, DOS, Windows, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga).
  
 
=== Features ===
 
=== Features ===
Line 18: Line 18:
  
 
=== Requirements ===
 
=== Requirements ===
For the intel 80x86 version at least a 386 processor is required, but a 486 is recommended. For the motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 2 Megabytes of RAM.
+
For the Intel x86 version at least a 386 processor is required, but a 486 is recommended. For the Motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 2 Megabytes of RAM.
  
 
=== License ===
 
=== License ===
The packages and runtime library come under a modified Library GNU Public License to allow the use of static libraries when creating applications. The compiler source itself comes under the GNU General Public License. The sources for both the compiler and runtime library are available; the complete compiler is written in Pascal.
+
The packages and runtime library come under a modified Library GNU Public License to allow the use of static libraries when creating applications. The compiler source itself comes under the GNU General Public License. The source code for both the compiler and runtime library are available; the complete compiler is written in Pascal.
  
 
=== Documentation ===
 
=== Documentation ===

Revision as of 08:50, 18 July 2016

Deutsch (de) English (en) français (fr) 日本語 (ja) slovenčina (sk)

Lazarus and the Free Pascal Compiler

The recommended/required version of the Free Pascal Compiler for the Lazarus IDE depends from the Lazarus version:

  • Lazarus 1.0 up to 1.0.6: FPC 2.6.0
  • Lazarus 1.0.8 - 1.2.2: FPC 2.6.2
  • Lazarus 1.2.4 and newer: FPC 2.6.4

The recommended FPC version together with the matching Lazarus release can be found at the Lazarus sourceforge download area. FPC standalone releases can be found at the Free Pascal sourceforge site. Various source packages and binaries are available from these download sites.

From the Free Pascal Compiler website:

Overview

Free Pascal (originally named FPK Pascal) is a 32-bit and 64-bit modern Pascal compiler. It is available for different processors (including the Intel 80386 and compatibles and Motorola 680x0) and operating systems (Linux, FreeBSD, NetBSD, DOS, Windows, OS/2, BeOS, SunOS (Solaris), QNX and Classic Amiga).

Features

The language syntax is semantically compatible with Turbo Pascal 7.0 as well as most versions of Delphi (classes, rtti, exceptions, ansistrings). Furthermore Free Pascal supports function overloading, operator overloading and other such features.

Requirements

For the Intel x86 version at least a 386 processor is required, but a 486 is recommended. For the Motorola 680x0 version, a 68020 or later processor is recommended. In all cases, a minimum of 8 Megabytes of RAM is recommended, but the compiler is reported to work with 2 Megabytes of RAM.

License

The packages and runtime library come under a modified Library GNU Public License to allow the use of static libraries when creating applications. The compiler source itself comes under the GNU General Public License. The source code for both the compiler and runtime library are available; the complete compiler is written in Pascal.

Documentation

The Free Pascal Compiler documentation is available on this site or it can be found online and in a variety of downloadable formats on the main Free Pascal Compiler site.

Free Pascal Compiler Homepage