Nathan Campos
Nathan Campos

Reputation: 29497

Porting From Windows To Linux

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?

Upvotes: 2

Views: 1749

Answers (2)

Kornel Kisielewicz
Kornel Kisielewicz

Reputation: 57555

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.

Upvotes: 4

Dirk is no longer here
Dirk is no longer here

Reputation: 368231

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. ;-)

Upvotes: 0

Related Questions