Search code examples
windowscross-compilinglazarus

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?


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.