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

> 2011/6/2 silvioprog <silviop...@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

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to