From patchwork Mon Oct 31 17:01:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Maydell X-Patchwork-Id: 80231 Delivered-To: patches@linaro.org Received: by 10.80.142.83 with SMTP id 19csp238618edx; Mon, 31 Oct 2016 10:01:32 -0700 (PDT) X-Received: by 10.194.6.97 with SMTP id z1mr23511239wjz.174.1477933292801; Mon, 31 Oct 2016 10:01:32 -0700 (PDT) Return-Path: Received: from orth.archaic.org.uk (orth.archaic.org.uk. [2001:8b0:1d0::2]) by mx.google.com with ESMTPS id fi2si6870691wjb.206.2016.10.31.10.01.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 31 Oct 2016 10:01:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) client-ip=2001:8b0:1d0::2; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of pm215@archaic.org.uk designates 2001:8b0:1d0::2 as permitted sender) smtp.mailfrom=pm215@archaic.org.uk; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: from pm215 by orth.archaic.org.uk with local (Exim 4.84_2) (envelope-from ) id 1c1Fxj-00085Q-Ui; Mon, 31 Oct 2016 17:01:31 +0000 From: Peter Maydell To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Cc: patches@linaro.org Subject: [PATCH] README: Add linux to macOS build info Date: Mon, 31 Oct 2016 17:01:30 +0000 Message-Id: <1477933290-32248-1-git-send-email-peter.maydell@linaro.org> X-Mailer: git-send-email 2.7.4 The README lists the URLs for the wiki pages describing how to build on Linux and Windows; add the equivalent link for building on macOS. Signed-off-by: Peter Maydell --- README | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 Reviewed-by: Stefan Hajnoczi diff --git a/README b/README index bd8060a..cb60d05 100644 --- a/README +++ b/README @@ -45,6 +45,7 @@ of other UNIX targets. The simple steps to build QEMU are: Additional information can also be found online via the QEMU website: http://qemu-project.org/Hosts/Linux + http://qemu-project.org/Hosts/Mac http://qemu-project.org/Hosts/W32