2010/3/13 Kjow <antispamm...@gmail.com>:
> Hi all,
>
> is it possible to run two build of Lazarus simultaneously?
>
> I mean that I would have two directory both with a different build, e.g.:
>
> C:\Develop\lazarus-latest\
> C:\Develop\lazarus-stable\
>
> I have two nasty bugs with latest release:
> http://mantis.freepascal.org/view.php?id=15971
> http://bugs.freepascal.org/view.php?id=15972
>
> so to make it working I need to run build 23932, but I want to stay
> updated to know when bugs will be fixed. More generally I would have a
> stable installation and a latest one.
> But if I try to have two installations both will point everytime (in
> options->lazarus directory) the same path.

What I usually do in such cases (assume c:\lazarus contains my lazarus sources).

svn up -r23932
make clean bigide
copy lazarus.exe lazarus.good.exe
svn up
lazarus.good.exe
Then I have a stable lazarus executable, but can test the latest source.

Vincent

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

Reply via email to