2011/7/16 Frank Church <[email protected]> > > 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?
See this: http://wiki.lazarus.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 After you got the lazarus.exe, just use the IDE to compile it self and your packages installed. Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
