# HTTP-only sites
http_sites += 0pointer.de
http_sites += mah.everybody.org
-http_sites += mingw.org
http_sites += munin.projects.linpro.no
http_sites += www.nimbusproject.org
http_sites += www.sflow.net
=====================
libvirt currently supports three non-Linux operating systems: Windows, FreeBSD
-and macOS. Windows cross-builds can be prepared on Linux by using `MinGW`_, but
-for both FreeBSD and macOS we need to use the actual operating system, and
+and macOS. Windows cross-builds can be prepared on Linux by using `MinGW-w64`_,
+but for both FreeBSD and macOS we need to use the actual operating system, and
unfortunately GitLab shared runners are currently not available for either.
To work around this limitation, we take advantage of `Cirrus CI`_'s free
.. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci
.. _Cirrus CI settings: https://cirrus-ci.com/settings/profile/
.. _Cirrus CI: https://cirrus-ci.com/
-.. _MinGW: http://mingw.org/
+.. _MinGW-w64: https://www.mingw-w64.org/
.. _cirrus-run: https://github.com/sio/cirrus-run/
Compiling yourself
------------------
-Libvirt can be compiled on Windows using the free `MinGW
-compiler <http://www.mingw.org/>`__.
+Libvirt can be compiled on Windows using the free `MinGW-w64
+compiler <https://www.mingw-w64.org/>`__.
MSYS Build script
~~~~~~~~~~~~~~~~~