Lazarus - an IDE and GUI toolkit for use with Free Pascal. This is an unofficial mirror of the Lazarus SubVersion repository and is for convenience use only. It is synced every 15 minutes. For submitting patches or bug reports, go to https://bugs.freepascal.org
Pascal Makefile C++ C Assembly Inno Setup Other
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= components LazLogger: fixed incorrect linked list. Jun 10, 2018
carview.php?tsp= converter IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. Jun 9, 2018
carview.php?tsp= debian IDE: Lithuanian translation update by Valdas Jankūnas, bug 32126 Jul 13, 2017
carview.php?tsp= debugger IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. Jun 9, 2018
carview.php?tsp= designer IDE: designer: fixed hide non visual controls when no control is sele… Jun 7, 2018
carview.php?tsp= doceditor Translation: Simplified Chinese translation update by robsean, bug 33242 Feb 27, 2018
carview.php?tsp= docs LCL: Improve TForm documentation. Issue #33791, patch from AlexeyT. Jun 8, 2018
carview.php?tsp= examples IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. Jun 9, 2018
carview.php?tsp= ide IDE, options: Improve/Correct sizing of color palette (e.g. in used d… Jun 10, 2018
carview.php?tsp= images IDE: images: remove menu_help and use btn_help instead May 10, 2018
carview.php?tsp= install Installation: Fix lazarus.desktop file (FreeDesktop). Issue #32485, p… Sep 29, 2017
carview.php?tsp= languages IDE: improved Russian translation Jun 8, 2018
carview.php?tsp= lazarus.app/Contents IDE: darwin: fixed Ifo.plist short version Apr 9, 2017
carview.php?tsp= lcl cocoa: forcing CocoaMemoStrings to return like-breaks as LineEnding c… Jun 10, 2018
carview.php?tsp= packager IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf. Jun 9, 2018
carview.php?tsp= startlazarus.app/Contents startlazarus bundle Mar 3, 2013
carview.php?tsp= test tests: clena up May 28, 2018
carview.php?tsp= tools Installer: updated Russian translation Jun 8, 2018
carview.php?tsp= COPYING.GPL.txt added .txt extension Jul 22, 2008
carview.php?tsp= COPYING.LGPL.txt added .txt extension Jul 22, 2008
carview.php?tsp= COPYING.modifiedLGPL.txt rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt Jul 22, 2008
carview.php?tsp= COPYING.txt lcl: added copy of Apache License, Version 2 for customdrawn/android May 20, 2014
carview.php?tsp= Makefile make help: fixed Oct 18, 2017
carview.php?tsp= Makefile.fpc make help: fixed Oct 18, 2017
carview.php?tsp= README.txt * Readme: gtk1 is obsolete; fpgui is unmaintained. Oct 14, 2014
carview.php?tsp= fpmake.pp fpmake: Switched to fpmake.pp files that do not need setting the sour… Dec 29, 2014
carview.php?tsp= fpmake_add.inc fpmake: Switched to fpmake.pp files that do not need setting the sour… Dec 29, 2014
carview.php?tsp= fpmake_proc.inc fpmake: fixes for ideintf being a package, and the debugger-packages Dec 27, 2014
carview.php?tsp= localize.bat LazDataDesktop: don't regenerate translations from localize scripts a… Jun 21, 2016
carview.php?tsp= localize.sh LazDataDesktop: don't regenerate translations from localize scripts a… Jun 21, 2016

README.txt

Welcome to Lazarus
==================
Lazarus is a Rapid Application Development Tool for Free Pascal.
It comes with the LCL - Lazarus component library, which contains platform
independent visual components like buttons, windows, checkbox, treeview and
many, many more. The LCL is platform independent, so you can write an
application once and then compile for various platforms without changing code.
Free Pascal at www.freepascal.org is a fast Object Pascal compiler (and more),
that runs on more than 20 platforms (Linux, Windows, BSD, OS/2, DOS, PowerPC,
and many more).
The LCL currently supports Linux (gtk2 and qt4), all flavors of Windows
(even wince), Mac OS X (carbon, gtk2, qt4), FreeBSD (gtk2).
There is experimental support for:
* gtk3
* Solaris 
The LCL still contains code for gtk1 although that is obsolete.
--------------------------------------------------------------------------------
Compilation:
You don't need ./configure, just do
  []$ make clean bigide
(BSD users: gmake clean bigide)
This will create the Lazarus executable with a lot of packages.
Start it and enjoy.
If the above gives an error, you can try to build a minimal IDE with
  []$ make clean all
(BSD users: gmake clean all)
--------------------------------------------------------------------------------
Installation and Requirements:
See the file docs/INSTALL.
--------------------------------------------------------------------------------
Usage:
Start the IDE with:
  []$ cd your/lazarus/directory
  []$ ./lazarus
--------------------------------------------------------------------------------
Documentation:
The official site is www.lazarus.freepascal.org. There you can find the FAQ -
the frequently asked questions.
Documents about specific topics can be found at 
wiki.freepascal.org/Lazarus_Documentation.
Examples on how to use the LCL can be found in the 'examples' directory.
Help, documents and files about Free Pascal are at www.freepascal.org.
--------------------------------------------------------------------------------
Mailing list:
There is a very active and helpful mailing list for Lazarus, where the
developers interact, share ideas, discuss problems, and of course answer
questions.
You can subscribe at
https://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
--------------------------------------------------------------------------------
How to help Lazarus:
If you find bugs, don't hesitate to use the bug tracking tool at the website,
or send an email to the list.
Patches can be sent as .zip or .tgz attachments directly to the mailing list if
small, or (preferably) to the bug tracker at
https://bugs.freepascal.org/my_view_page.php
or send the patch to patch@dommelstein.net.