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

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

Reply via email to