Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I start distributing my systems as Wine ready?

I have tested all my systems developed in Delphi (in Windows XP) on Wine (OpenSuse Linux) and they work perfectly. My question is: should I start distributing my systems (on a local basis that I can support) as Wine ready or are there other issues I should take into account?

like image 532
Johan Bresler Avatar asked Oct 14 '08 18:10

Johan Bresler


2 Answers

You could do what Google does and package Wine with the application. That way there's no fear that Wine will change something in the future and prevent your app from working.

like image 66
Mark A. Nicolosi Avatar answered Oct 23 '22 07:10

Mark A. Nicolosi


Yes it would be a good idea. All that can help communication between the worlds of Linux and Windows is a plus. It would be even better if you can have your code compile natively in Linux.

like image 42
stephanea Avatar answered Oct 23 '22 08:10

stephanea