[Lazarus] Building Lazarus for Windows

Frank Church vfclists at gmail.com
Sat Jul 16 16:41:56 CEST 2011


I had a go buidling Lazarus with this short script


set oldpath=%PATH%
>
> PATH=M:\Lazarus\Binutils;%PATH%
>
> make clean all PP=M:\FreePascal\251_17989\bin\i386-win32\ppc386.exe
>
> make install INSTALL_PREFIX=M:\LazarusExes\binaries\0931_30714
> PP=M:\FreePascal\251_17989\bin\i386-win32\ppc386.exe
>
> PATH=%oldpath%
>


It appears to compile okay except adding packages to the IDE doesn't work.
It goes through the steps okay, but nothing get's added to the IDE


Is this all I need to compile Lazarus?  Lazarus was installed in c:\lazarus
rather than M:\LazarusExes\binaries\0931_30714  where I wanted it.



Are there some additional options to the build  I missed out?



Is the source for building the windows snapshots available?


-- 
Frank Church

=======================
http://devblog.brahmancreations.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110716/586e2da9/attachment-0002.html>


More information about the Lazarus mailing list