[Lazarus] Can I build a Lazarus GUI program only with fpc installed?
Michael Schnell
mschnell at lumino.de
Thu Jan 21 10:14:33 CET 2016
On 01/21/2016 09:51 AM, Bo Berglund wrote:
> ditch the platforms that would not
> allow me to install Lazarus...
It should be possible to link a project against the LCL without
completely installing Lazarus or using Lazarus on that platform
This does not even require cross compiling.
The project is just source coed. You can develop it on an appropriate
platform (best as similar to the final target as possible).
Then (provided you already do have a compiler and the RTL on the target
system, plus the required Linux Widget Set stuff) you can copy the
source codes of your project and the LCL sources onto the target system
and compile via command line.
So you will generate the fully featured GUI based program.
-Michael
More information about the Lazarus
mailing list