Difference between revisions of "Lazarus on RPi"
From eLinux.org
Jwdietrich (Talk | contribs) (Page created) |
Jwdietrich (Talk | contribs) m (→External Links) |
||
| Line 19: | Line 19: | ||
== External Links == | == External Links == | ||
| − | * [http://wiki.freepascal.org/Lazarus_on_Raspberry_Pi Additional information | + | * [http://wiki.freepascal.org/Lazarus_on_Raspberry_Pi Additional information about Lazarus on Raspberry Pi in the Free Pascal wiki] |
* [http://www.lazarus.freepascal.org/index.php/topic,17404.0.html Lazarus wrapper unit for Gordon Henderson's wiringPi C library] | * [http://www.lazarus.freepascal.org/index.php/topic,17404.0.html Lazarus wrapper unit for Gordon Henderson's wiringPi C library] | ||
Revision as of 00:38, 8 December 2012
Lazarus is a cross-platform IDE for Free Pascal, a professional 32 bit / 64 bit Pascal Compiler. Lazarus supports a wide variety of processors and Linux distributions including the Raspberry Pi.
Simple installation
In the Raspbian distribution Lazarus and Free Pascal are easily installed with the following shell commands:
sudo apt-get update sudo apt-get upgrade sudo apt-get install fpc sudo apt-get install lazarus
This installs a ready-to-use precompiled version of Lazarus.
Compiling from sources
In order to compile Lazarus from subversion sources see Michell Computing: Lazarus on the Raspberry Pi for details.
External Links
- Additional information about Lazarus on Raspberry Pi in the Free Pascal wiki
- Lazarus wrapper unit for Gordon Henderson's wiringPi C library
| |||||||||||||||||||