Opened 7 years ago

Last modified 5 years ago

#3049 new feature-request

msys/mingw deluge install on Windows

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

Description (last modified by Cas)

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 Changed 7 years ago by Cas

  • Description modified (diff)

comment:2 Changed 5 years ago by Cas

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