Packages for Mingw-w64 cross compilation on Debian GNU Linux

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] dists/ 2018-04-08 20:44 - [DIR] old/ 2019-04-28 14:54 - [   ] TODO 2018-04-08 21:05 449 [   ] gpg.key 2019-04-28 14:33 1.6K [   ] weilnetz.gpg 2021-01-05 19:59 4.6K

This is a collection of packages which can be used for Mingw-w64 cross compilation on Debian GNU Linux, Ubuntu or other Debian based Linux distributions. This collection is used for building the QEMU installers for 32 and 64 bit Windows.

Most packages were taken from Cygwin and converted to Debian package format using cyg2deb.

Precondition

Debian Stretch needs the package apt-transport-https to support HTTPS with apt.

Installation

Get my GPG key and add it to APT like this:

# Example using wget.
cd /etc/apt/trusted.gpg.d && wget https://qemu.weilnetz.de/debian/weilnetz.gpg

# Example using curl.
curl -s https://qemu.weilnetz.de/debian/gpg.key | apt-key add -

Then add a new file /etc/apt/sources.list.d/cygwin.list with this content:

deb https://qemu.weilnetz.de/debian/ testing contrib

Now run apt-get update and install the required packages.

About me

The owner of this website is Stefan Weil, Kirchenstraße 5, D-68526 Ladenburg. I can be contacted by mail or e-mail (qemu-website at weilnetz dot de).

Acknowledgement

netcup.de This website is kindly hosted by netcup GmbH on a vServer VPS 4000 G7 which is based on KVM / QEMU.