On Fri, Oct 24, 2014 at 9:51 PM, Xiaofan Chen <[email protected]> wrote: > On Fri, Oct 24, 2014 at 4:52 PM, xantares 09 <[email protected]> wrote: >>> > You dont have to deal with the hassle of visual studio crap, you can >>> > cross-compile libftdi and it's python module using mingw, >>> >>> It is easy to cross-compile libftdi's library (static and dynamic) using >>> MinGW. How do you do that for the Python binding side? >> >> It's simple: we kill the batman. >> Or you just link against native python lib. > > Where do you get the native python lib under Linux? Or you > just copy the Windows Python installation to Linux? >
Ah I see, you are using Arch Linux and there is AUR packages for MinGW-w64 Python. https://aur.archlinux.org/packages/?K=mingw-w64-python I am using Mac OS X and Ubuntu Linux and there does not seem to have very good cross compile infrastructure there. Fedora and Arch seem to be good in this aspect. -- Xiaofan -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
