Posted Aug 14, 2012 8:11 UTC (Tue) by boudewijn (subscriber, #14185)
[Link]
Actually, Visual Studio isn't necessary -- not even the Microsoft SDK. The Qt SDK comes with Mingw32 out of the box, and that's also the default option for the kde emerge system, which basically builds all the dependent libraries, from libjpeg to openexr, from lcms to libz. It has the advantage of not needing the weird set of C-libraries that you get with each new msvc version, but the disadvantage that apps start much slower.
Calligra 2.5 released
Posted Aug 14, 2012 13:27 UTC (Tue) by drag (subscriber, #31333)
[Link]
> If you want to get involved with a Windows port of these applications, I'm sure that they'd be happy to accept your assistance!
Cross platform stuff really isn't that interesting to me. I'd rather program games in Blender (which will take care of popular platform compatiblity for me, hopefully)
If I was going to right cross-platform apps it would be written in Javascript and HTML with a server backend in Python or Java... not so much a fan of C++.