On dimanche 24 juillet 2016 20:09:39 CEST D. Michael McIntyre wrote: > > Usually the Linux version remains the best working one because the bulk of > > the developer community is still using Linux (a vastly superior OS when > > it comes to development itself). > > More true words were never spoken. Windows is an evil environment for > development. I wish it were possible to cross-compile from Linux, the > way it is for Android apps.
That is actually possible. * With mingw http://stackoverflow.com/questions/2033997/howto-compile-for-windows-on-linux-with-gcc-g http://silmor.de/qtstuff.mingw.php * With MXE http://mxe.cc/ This is much more recent so it might be more experimental. OTOH I see that it builds on top of mingw, so I guess it's just the upper layer (taking care of cmake integration etc.) However we're not using any of this in the KDE community because, well, compiling is one thing, but what about testing? :-) mingw is only useful to check if the commit you're about to push doesn't break compilation on Windows, but that's about it. If it makes the app crash on startup, you'll need Windows to find out (there's WINE but that's still not the real thing and most likely creates more problems). In KDE we use emerge instead, on Windows. Mostly useful if you want to automate building your dependencies as well. https://github.com/KDE/emerge https://community.kde.org/Windows https://community.kde.org/Mac http://kfunk.org/2016/06/18/kde-on-windows-update/ https://the2ring.blogspot.de/2016/07/the-end-of-kde-emerge-and-its-rise.html -- David Faure, [email protected], http://www.davidfaure.fr Working on KDE Frameworks 5 ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Rosegarden-devel mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
