mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: Update URL for MinGW
The MinGW-w64 project has effectively replaced the original MinGW project, and distributions such as Fedora have been shipping packages based on the former for years now. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
145f429f8c
commit
40d78e47e5
@ -823,7 +823,6 @@ http_sites += herp.derp
|
|||||||
# HTTP-only sites
|
# HTTP-only sites
|
||||||
http_sites += 0pointer.de
|
http_sites += 0pointer.de
|
||||||
http_sites += mah.everybody.org
|
http_sites += mah.everybody.org
|
||||||
http_sites += mingw.org
|
|
||||||
http_sites += munin.projects.linpro.no
|
http_sites += munin.projects.linpro.no
|
||||||
http_sites += www.nimbusproject.org
|
http_sites += www.nimbusproject.org
|
||||||
http_sites += www.sflow.net
|
http_sites += www.sflow.net
|
||||||
|
@ -10,8 +10,8 @@ Cirrus CI integration
|
|||||||
=====================
|
=====================
|
||||||
|
|
||||||
libvirt currently supports three non-Linux operating systems: Windows, FreeBSD
|
libvirt currently supports three non-Linux operating systems: Windows, FreeBSD
|
||||||
and macOS. Windows cross-builds can be prepared on Linux by using `MinGW`_, but
|
and macOS. Windows cross-builds can be prepared on Linux by using `MinGW-w64`_,
|
||||||
for both FreeBSD and macOS we need to use the actual operating system, and
|
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.
|
unfortunately GitLab shared runners are currently not available for either.
|
||||||
|
|
||||||
To work around this limitation, we take advantage of `Cirrus CI`_'s free
|
To work around this limitation, we take advantage of `Cirrus CI`_'s free
|
||||||
@ -61,7 +61,7 @@ repository as usual and you'll automatically get the additional CI coverage.
|
|||||||
.. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci
|
.. _Cirrus CI GitHub app: https://github.com/marketplace/cirrus-ci
|
||||||
.. _Cirrus CI settings: https://cirrus-ci.com/settings/profile/
|
.. _Cirrus CI settings: https://cirrus-ci.com/settings/profile/
|
||||||
.. _Cirrus CI: https://cirrus-ci.com/
|
.. _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/
|
.. _cirrus-run: https://github.com/sio/cirrus-run/
|
||||||
|
|
||||||
|
|
||||||
|
@ -104,8 +104,8 @@ desired <contact.html>`__.
|
|||||||
Compiling yourself
|
Compiling yourself
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Libvirt can be compiled on Windows using the free `MinGW
|
Libvirt can be compiled on Windows using the free `MinGW-w64
|
||||||
compiler <http://www.mingw.org/>`__.
|
compiler <https://www.mingw-w64.org/>`__.
|
||||||
|
|
||||||
MSYS Build script
|
MSYS Build script
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
Reference in New Issue
Block a user