Module: wine
Branch: master
Commit: dbafbcb562fb30ff37c578de58486e3d5a432388
URL: https://source.winehq.org/git/wine.git/?a=commit;h=dbafbcb562fb30ff37c578de…
Author: Dean M Greer <gcenx83(a)gmail.com>
Date: Sun Dec 27 18:55:53 2020 -0500
readme: Update OS X requirements.
Signed-off-by: Dean M Greer <gcenx83(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
README | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README b/README
index 9761f667034..21ab6f23b20 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ To compile and run Wine, you must have one of the following:
FreeBSD 8.0 or later
Solaris x86 9 or later
NetBSD-current
- Mac OS X 10.5 or later
+ Mac OS X 10.8 or later
As Wine requires kernel-level thread support to run, only the operating
systems mentioned above are supported. Other operating systems which
@@ -61,8 +61,10 @@ NetBSD info:
turned on in your kernel.
Mac OS X info:
- You need Xcode 2.4 or later to build properly on x86.
- The Mac driver requires OS X 10.6 or later and won't be built on 10.5.
+ You need Xcode/Xcode Command Line Tools or Apple cctools. The
+ minimum requirements for compiling Wine are clang 3.8 with the
+ MacOSX10.10.sdk and mingw-w64 v8. The MacOSX10.14.sdk and later can
+ only build wine64.
Supported file systems:
Module: website
Branch: master
Commit: 70a26bec011d2d28b9ed957677db7ef79bfe214d
URL: https://source.winehq.org/git/website.git/?a=commit;h=70a26bec011d2d28b9ed9…
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Dec 26 20:10:48 2020 +0100
Wine release 6.0-rc4
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
news/en/2020122601.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/news/en/2020122601.xml b/news/en/2020122601.xml
new file mode 100644
index 00000000..f32acbdf
--- /dev/null
+++ b/news/en/2020122601.xml
@@ -0,0 +1,12 @@
+<news>
+<date>December 26, 2020</date>
+<title>Wine 6.0-rc4 Released</title>
+<body>
+<p> The Wine development release 6.0-rc4 is now available.</p>
+<p> <a href="{$root}/announce/6.0-rc4">What's new</a> in this release:
+<ul>
+ <li>Bug fixes only, we are in code freeze.</li>
+</ul>
+<p>The source is <a href="//dl.winehq.org/wine/source/6.0/wine-6.0-rc4.tar.xz">available now</a>.
+Binary packages are in the process of being built, and will appear soon at their respective <a href="{$root}/download">download locations</a>.
+</p></body></news>