It's not that hard to build new Lazarus from trunk sources off your home
folders ($HOME/development for example). Assuming you have svn, build
tools, and your choice of compiler in the path then ...

If you don't have Lazarus from svn:

svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus
cd lazarus

Once you have Lazarus with an svn folder:

# update to the latest revision
svn update
make all
# optionally build in your favorite packages. on windows replace / with \
./lazbuild ./components/anchordocking/design/anchordockingdsgn.lpk
make useride

Then run:

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

Reply via email to