[Lazarus] Shortcuts in MainMenu

Osvaldo Filho arquivostcf at gmail.com
Wed Sep 10 14:25:49 CEST 2008


On Tue, 09 Sep 2008 15:58:36 +0000
Mark Morgan Lloyd <markMLl.lazarus at telemetry.co.uk> wrote:

> Paul Ishenin wrote:
> 
> > Maybe we need to point lazarus users to some build manual (if
> > exists) or create one (in other case).
> > 
> > But indeed building from svn is very easy:
> > - to clean and build ide without external components: make clean all
> > - to clean and build ide with some external component: make clean
> > bigide
> > - to clean and build ide with all user component: make clean idepkg
> 
> What's the preferred FPC version for this?

You can use FPC 2.2.2.

make clean all
make clean all bigide

Don't use 'make idepkg' unless you know what you are doing.
To build the IDE with packages use:

./lazbuild -B --build-ide=


Mattias



More information about the Lazarus mailing list