On 02/04/2018 16:13, Programmingkid wrote: > >> On Apr 2, 2018, at 10:07 AM, qemu-devel-requ...@nongnu.org wrote: >> >> Message: 2 >> Date: Mon, 2 Apr 2018 04:22:52 +0200 >> From: Paolo Bonzini <pbonz...@redhat.com> >> To: Rainer M?ller <rai...@macports.org>, qemu-devel@nongnu.org >> Subject: Re: [Qemu-devel] [qemu-web PATCH] download: Add instructions >> for MacPorts >> Message-ID: <357029f4-71c0-a9f9-7bda-a5a44f609...@redhat.com> >> Content-Type: text/plain; charset=utf-8 >> >> On 01/04/2018 18:22, Rainer M?ller wrote: >>> Signed-off-by: Rainer M?ller <rai...@macports.org> >>> --- >>> _download/macos.md | 6 +++++- >>> 1 file changed, 5 insertions(+), 1 deletion(-) >>> >>> diff --git a/_download/macos.md b/_download/macos.md >>> index dbb312c..06aa811 100644 >>> --- a/_download/macos.md >>> +++ b/_download/macos.md >>> @@ -1,6 +1,10 @@ >>> -QEMU can be installed from Homebrew: >>> +QEMU can be installed from <strong>Homebrew</strong>: >>> >>> <pre>brew install qemu</pre> >>> >>> +QEMU can be installed from <strong>MacPorts</strong>: >>> + >>> +<pre>sudo port install qemu</pre> >>> + >>> QEMU requires Mac OS X 10.5 or later, but it is recommended >>> to use Mac OS X 10.7 or later. >>> >> >> Thanks for the patch! I'm travelling but I will apply it as soon as I can. >> >> Paolo > > I was wondering if a link to the Mac OS X host wiki page could be added to > this page. > It does have prebuilt binaries ready for use. > > https://wiki.qemu.org/Hosts/Mac
Actually I believe we should remove those links. I don't think hosting QEMU binaries on mediafire is a good idea. Paolo