[Lazarus] [TIP]: Installing Lazarus under Linux via SVN (Ubuntu 11.04 or later)
Marcos Douglas
md at delfire.net
Thu Jun 2 22:03:32 CEST 2011
On Thu, Jun 2, 2011 at 4:59 PM, silvioprog <silvioprog at gmail.com> wrote:
> 2011/6/2 Mattias Gaertner <nc-gaertnma at netcologne.de>:
>> It makes no sense to build an IDE with a standard set of packages and
>> then compiling an IDE with the user set.
>>
>> make clean all
>> ./lazbuild --build-ide=
>>
>> Mattias
>
> OK, that's my final script:
>
> http://pastebin.com/kwHV8kC0
>
> It's OK?
In this part...
echo "Step 9: Compiling Lazarus..."
echo ""
make clean all
./lazbuild --build-ide=
...at the first time, just use:
make clean all OPT="-glw2"
You are doing the same task 2 times! I.e., "make" and "lazbuild".
Marcos Douglas
More information about the Lazarus
mailing list