Comment 11 for bug 153386

Revision history for this message
Felipe Monteiro de Carvalho (felipemonteiro-carvalho) wrote : Re: [Bug 153386] Re: [needs-packaging] PeaZip

Any Lazarus software can be compiled without the IDE running. The IDE
just calls Free Pascal, which is the command line compiler. You can
check which options the IDE uses in the Compiler Options dialog. Here
is an example of a makefile for Lazarus software:

http://wiki.lazarus.freepascal.org/Deploying_Your_Application#Creating_a_Makefile_for_your_Lazarus_software

--
Felipe Monteiro de Carvalho