Opened 8 years ago

Last modified 6 years ago

#3049 new feature-request

msys/mingw deluge install on Windows

Reported by: Calum Owned by:
Priority: trivial Milestone: Future
Component: Packaging Version: develop
Keywords: windows, mingw Cc:

Description (last modified by Calum)

This doesn't work yet but keeping of summary of installation for future reference (mingw compiler instead of msvc). Might have missed a few steps...

msys2 prompt

pacman -S mingw-w64-i686-python2-pip
pacman -S mingw32/mingw-w64-i686-python2-pygtk
pacman -S mingw-w64-i686-python2-cairo

Require build tools for cffi (twisted[tls] requirement)

pacman -S --needed base-devel mingw-w64-i686-toolchain

mingw prompt

pip install twisted[tls] chardet mako pyxdg pillow slimit

Unable to install pywin32 as it requires compiled by MSVC.

An alternative is supporting `pywin32-ctypes` but is missing too many modules that Twisted requires.

Change History (2)

comment:1 by Calum, 8 years ago

Description: modified (diff)

comment:2 by Calum, 6 years ago

Keywords: windows mingw added
Note: See TracTickets for help on using tickets.