Question

I have a project written in Lazarus on Windows, but I want to cross-compile it for Linux on my Windows computer. How can I do this?

Was it helpful?

Solution

Unfortunately cross compiling in this direction is not (easily) possible now -- contrary to the other way around. Your best bet is setting up VMWare or another virtual machine with Linux installed, and compiling it there.

OTHER TIPS

AFAIK you do not as Delphi has no equivalent language on Linux, so stick with a portable environment or language. There are many good ones to choose from, and you seem to have fallen in love with many of them before. ;-)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top