[Lazarus] Theoretical question about future of Lazarus

Anthony Walter sysrpl at gmail.com
Tue Oct 13 15:39:46 CEST 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151013/b120a1b5/attachment-0003.html>


More information about the Lazarus mailing list