I usually do like this:

On Mon, May 31, 2010 at 2:39 PM, Marcos Douglas <m...@delfire.net> wrote:
> 1 - Download a snapshot from ftp://ftp.freepascal.org/pub/lazarus/snapshots/
> 2 - Install e.g. c:\lazarus29 (we would have FPC and Lazarus)
> 3 - Get sources at SVN and save e.g. c:\lazarussvn

4 - Build C:\lazarussvn using the following batch script running from
the C:\lazarussvn folder

set path=C:\Programas\lazarus29\fpc\2.4.1\bin\i386-win32
make bigide
pause

5 - Create desktop icons for each startlazarus.exe setting the config
path so that they can be used independently

C:\Programas\svnlazarus\startlazarus.exe --primary-config-path=lazarusconf

6 - You can now start your svnlazarus icon, but you need to config
some paths in the FPC path

-- 
Felipe Monteiro de Carvalho

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to