Can I compile a Delphi project to run on ubuntu?

I need to compile a Delphi (pascal) project to run on Ubuntu. It has a GUI and it is supposed to communicate with an external device so I cannot use WINE to just execute the .exe file. Is there any way to create a .deb file out of the source code?


Solution 1:

FMXLinux (Embarcadero Software License) for Delphi, this awesome component you can work on Delphi to develop amazing applications, this way you don’t need to learn another language and how to deal with a new IDE, simple and powerful this component will make your life easier .

To install it just open your Delphi, go to ‘Get It Package Manager’ and search for FMXLinux, select the package and click install, read and accept the terms of use.

Restart Delphi IDE and that’s it, you can start to develop and deploy your beautiful and powerful Linux applications.