--
You received this message because you are subscribed to the Google Groups "mingwpy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mingwpy+u...@googlegroups.com.
To post to this group, send email to min...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mingwpy/5d26fa0b-7a20-4430-9dba-7788a18f6461%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
>> email to mingwpy+unsubscribe@googlegroups.com.
Given this uses the Ubuntu repositories, you can just install http://packages.ubuntu.com/search?keywords=mingw-w64 to get a windows-targetting cross compiler. Should work fine, decent chance it would run faster than building things under MSYS2 depending on how much better the Windows Subsystem for Linux's fork implementation is than cygwin's. This is why mingwpy should really endeavor to upstream absolutely everything so that one day it doesn't have to be a fork or special build configuration of mingw-w64, it can just be invoked by a few flags in Python-specific build systems.
You could also package a custom build of mingwpy as an Ubuntu PPA and do things that way. Personally I find opensuse's support for cross compiling, number of already-packaged libraries, and build service for making your own custom personal packages much better than Debian-based distributions, so I'll be trying to run other distributions' user-space programs once I get my hands on this new subsystem.
>> email to mingwpy+u...@googlegroups.com.
>> To post to this group, send email to min...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/mingwpy/5d26fa0b-7a20-4430-9dba-7788a18f6461%40googlegroups.com
>> <https://groups.google.com/d/msgid/mingwpy/5d26fa0b-7a20-4430-9dba-7788a18f6461%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
--
You received this message because you are subscribed to a topic in the Google Groups "mingwpy" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mingwpy/nfMBauBS4v0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mingwpy+u...@googlegroups.com.
To post to this group, send email to min...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mingwpy/20664cd8-3cf9-4500-8e63-919bbb54d3e2%40googlegroups.com.
After making source modifications and rebuilding locally, you have to gpg sign and upload to launchpad which should have guides you can find. Modifying the default package means I think your ppa would overwrite the existing locations which might not be ideal. The tobydox build is set up to install under /opt somewhere IIRC so it's separate.