1Lazarus(1)                    Free Pascal RAD IDE                   Lazarus(1)
2
3
4

NAME

6       Lazarus  - is a Rapid Application Development (RAD) for the Free Pascal
7       Compiler (FPC) including an Integrated Development Environment (IDE).
8
9

SYNOPSIS

11       lazarus
12
13

DESCRIPTION

15       This binary is an integrated development environment for the Free  Pas‐
16       cal  Compiler  (FPC) which is an advanced Turbo Pascal and Delphi (7.0)
17       compatible multi-target Pascal compiler.
18
19       The IDE uses FPC(1)
20
21       The current main supported targets are Linux, Mac OS  X,  Freebsd,  and
22       Windows.
23
24       The other targets are either based on older versions of the compiler or
25       are still in development.
26
27       This manpage is meant for quick-reference only. Lazarus comes  with  an
28       online  manual, which is updated constantly, while this man page can be
29       out of date.
30
31

Usage

33       The user interface of the IDE has been designed to be similar  to  Del‐
34       phi.   It  provides  the user with a user friendly, but rather powerful
35       editor, a form editor, an extensive on-line help system and a debugger.
36
37       A windowing system is the base of the user  interface.  The  user  will
38       usually open a few text editor windows in which he will design his pro‐
39       gram, during which he can regularly check and debug through the use  of
40       hot  keys.  The high speed of the compiler ensures that programmers can
41       do this often and therefore allows speedy development of code.
42
43

Help files

45       No help files are provided by  default.  The  user  must  download  the
46       Lazarus  and  Free  Pascal  documentation in HTML format and install it
47       into the IDE  using  the  Help->Configure  Help.   Files  can  also  be
48       installed  in  this  menu  and can be useful for source code that ships
49       with HTML files as documentation.
50
51

AUTHORS

53       Lazarus development team (see http://lazarus.freepascal.org )
54
55

SEE ALSO

57              startlazarus(1) lazbuild(1) fpc(1)
58
59
60
61Free Pascal                      19 April 2008                      Lazarus(1)
Impressum