[Lazarus] Installing FPC/Lazarus on Windows using SVN, no binaries

Hans-Peter Diettrich DrDiettrich1 at aol.com
Sun Jun 6 03:38:22 CEST 2010


Marcos Douglas schrieb:

>> Before, I had this file created by Installer. I just copy it to
>> c:\freepascal\fpc\bin\i386-win32 because is necessary to the script.

The bin directory should be in the path, so that all scripts can find 
the programs. I made an build.bat file that sets the path accordingly, 
and then invokes make. When executed from a console, the path is set for 
issuing further commands.

@echo Installing Lazarus
path=C:\FPC\2.4.0\bin\i386-win32;D:\SourceForge\Lazarus
cd ide
windres -i lazarus.rc -o lazarus.res
cd ..
make
rem make clean all (if required), then make bigide
@echo Did you already create a desktop icon to the new Lazarus.exe?

DoDi





More information about the Lazarus mailing list