|
|
|
|
|
by looop101
694 days ago
|
|
There is one solution and it's Lazarus IDE, and I'm yet to see a better/easier solution that delivers what it delivers. - Native and easy UI on the three major platforms along with many more. - Self-contained executable. (Zero dependency) - Completely free and open-source. - No restrictions on commercial products (unlike Qt). Assuming no specific OS calls (or contained within IFDEF checks), you get your project you created on Windows and simply compile it on any Linux distro and you get a self-contained that will work for any other distro by simply publishing the executable. It's a shame that this tool isn't mainstream for what it can deliver. Most complains I see are of those "old is bad, new is good" or "I want mah curly braces", referring to Pascal. |
|