Lazarus IDE: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
quick seed page for organizing notes |
moved loose notes to how-to page |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | <hide> | ||
== | [[page type::article]] | ||
* | [[thing type::Integrated Development Environment]] | ||
* [[ | [[language::Pascal]] | ||
[[category:software]] | |||
</hide> | |||
==About== | |||
[[Lazarus IDE]] is a [[free/open source]] [[Integrated Development Environment|IDE]] for [[Free Pascal]], a F/OS [[Object Pascal]] compiler. Language documentation is at [[Free Pascal]]; this page is for the IDE and its component library. | |||
==Pages== | |||
* {{l/sub|how to}} | |||
==Links== | |||
===Reference=== | |||
* {{wikipedia|Lazarus (IDE)}} | |||
* [http://www.lazarus-ide.org/ official site] | |||
* [https://wiki.freepascal.org/Main_Page Free Pascal wiki] ([https://wiki.lazarus.freepascal.org/Main_Page alias]) | |||
** [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation]: compiling and installation | |||
** [https://gitlab.com/freepascal.org/lazarus/lazarus source code] | |||
** '''default library packages''': | |||
*** '''FCL''': Free Component Library | |||
**** [http://lazarus-ccr.sourceforge.net/docs/fcl/index.html Reference for package 'fcl'] | |||
**** [http://lazarus-ccr.sourceforge.net/docs/fcl/index-8.html Index of all identifiers in package 'fcl'] | |||
*** '''LCL''': Lazarus Component Library | |||
**** [http://lazarus-ccr.sourceforge.net/docs/lcl/ Reference for package 'lcl'] (hierarchical) | |||
**** [http://lazarus-ccr.sourceforge.net/docs/lcl/index-8.html Index of all identifiers in package 'lcl'] (alphabetic) | |||
*** '''RTL''': Free Pascal Run-Time Library | |||
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Reference for package 'rtl'] | |||
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index-8.html Index of all identifiers in package 'rtl'] | |||
===Tutorials=== | |||
* (official) [https://wiki.lazarus.freepascal.org/Lazarus_Tutorial Lazarus Tutorial] | |||
* (Sheep Dog Guides) [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials] | |||
* (SchoolFreeware) [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code] | |||
Latest revision as of 21:55, 11 December 2024
<hide> page type::article thing type::Integrated Development Environment language::Pascal </hide>
About
Lazarus IDE is a free/open source IDE for Free Pascal, a F/OS Object Pascal compiler. Language documentation is at Free Pascal; this page is for the IDE and its component library.
Pages
Links
Reference
- Wikipedia (Lazarus (IDE))
- official site
- Free Pascal wiki (alias)
- Lazarus Documentation: compiling and installation
- source code
- default library packages:
- FCL: Free Component Library
- LCL: Lazarus Component Library
- Reference for package 'lcl' (hierarchical)
- Index of all identifiers in package 'lcl' (alphabetic)
- RTL: Free Pascal Run-Time Library
Tutorials
- (official) Lazarus Tutorial
- (Sheep Dog Guides) Lazarus Programming Tutorials
- (SchoolFreeware) Free Pascal Tutorials - Lazarus Program Example Code
