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
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
