Difference between revisions of "Free Pascal on RPi"

From eLinux.org
Jump to: navigation, search
(Page created)
 
(Screenshot added.)
Line 1: Line 1:
 +
[[File:Free Pascal IDE on Raspberry Pi.png|thumb|200px|right|alt=Free Pascal on Raspbian Wheezy|Free Pascal on Raspberry Pi.]]
 
[[Free Pascal]] is a professional but free 32 bit / 64 bit compiler for [[Pascal]] and [[ObjectPascal]]. The Raspberry Pi system is supported with Raspbian OS.
 
[[Free Pascal]] is a professional but free 32 bit / 64 bit compiler for [[Pascal]] and [[ObjectPascal]]. The Raspberry Pi system is supported with Raspbian OS.
  

Revision as of 12:11, 23 March 2013

Free Pascal on Raspbian Wheezy
Free Pascal on Raspberry Pi.

Free Pascal is a professional but free 32 bit / 64 bit compiler for Pascal and ObjectPascal. The Raspberry Pi system is supported with Raspbian OS.

Simple installation

In the Raspbian distribution Free Pascal is easily installed with the following shell commands:

  sudo apt-get update
  sudo apt-get upgrade
  sudo apt-get install fpc

You might also want to install Lazarus, a graphical IDE.

There are three modes to use Free Pascal on Raspbian:

  • via the shell command fpc. This requires to enter a number of options along with the fpc command.
  • via the shell command fp. This command starts a text-based IDE.
  • via Lazarus, a very comfortable IDE

See also

External links