== 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 [https://github.com/enthought/pywin32-ctypes
`pywin32-ctypes`] but is missing too many modules that Twisted requires.
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3049>
Deluge <http://deluge-torrent.org/>
Deluge Project
Old description:
> This doesn't work yet but keeping of summary of installation for future
> reference. 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 [https://github.com/enthought/pywin32-ctypes
> `pywin32-ctypes`] but is missing too many modules that Twisted requires.
New description:
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 [https://github.com/enthought/pywin32-ctypes
`pywin32-ctypes`] but is missing too many modules that Twisted requires.
--
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3049#comment:1>
* keywords: => windows, mingw
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3049#comment:2>