[fpc-pascal] How to compile Lazarus program using only FPC?
Michael Schnell
mschnell at lumino.de
Fri Sep 25 11:04:00 CEST 2015
On 09/25/2015 03:52 AM, Bo Berglund wrote:
> If absolutely necessary I will have to set up the RPi with a monitor,
> keyboard and mouse and install Lazarus and compile from there. But RPi
> is not as powerful a computer as the PC and it will probably be very
> slow if at all working....
"Lazarus" is the name for two completely different things
1) the IDE
2) the LCL library.
If you just want to compile a project that needs the LCL, you don't need
to start the IDE, but you can compile the project from the command line
using just fpc.
-Michael
More information about the fpc-pascal
mailing list