[Lazarus] [TIP]: Installing Lazarus under Linux via SVN (Ubuntu 11.04 or later)

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Jun 2 20:44:35 CEST 2011


On Thu, 2 Jun 2011 15:07:06 -0300
Marcos Douglas <md at delfire.net> wrote:

> 2011/6/2 silvioprog <silvioprog at gmail.com>:
> > Hi.
> > I edited a new page in wiki of Lazarus:
> > http://wiki.freepascal.org/Installing_Lazarus#Ubuntu_11.04_or_later
> 
> In this part...
> echo ""
> echo "Step 9: Compiling Lazarus..."
> echo ""
> make clean all
> make bigideclean bigide    <<<<<<<<<<
> 
> ...I think you do not need the last line

"make bigide" compiles an IDE with lots of packages. This is used by
the installers you find on the website too.

It is enough to do

make bigideclean all bigide


> On Windows, to compile Lazarus at the first time, I use:
> make clean all OPT="-glw2"
> 
> What is the correct?

All of them.

Mattias




More information about the Lazarus mailing list