Module: wine
Branch: master
Commit: a924b9e1f74cc84b1fc12201b9999ab5044dad0a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a924b9e1f74cc84b1fc12201b…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Fri Mar 24 03:42:38 2017 +0100
readme: Adjust a couple of section separators.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
README | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README b/README
index 5cd2151..5423e7b 100644
--- a/README
+++ b/README
@@ -82,6 +82,7 @@ Optional support libraries:
64-bit Wine (or a mixed 32-bit and 64-bit Wine setup), see
http://wiki.winehq.org/Wine64 for details.
+
4. COMPILATION
To build Wine, do:
@@ -98,6 +99,7 @@ To see compile configuration options, do ./configure --help.
For more information, see https://wiki.winehq.org/Building_Wine
+
5. SETUP
Once Wine has been built correctly, you can do "make install"; this
Module: wine
Branch: master
Commit: aa2a90c4189c250ef168da033ca20cb7167aba5c
URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa2a90c4189c250ef168da033…
Author: Francois Gouget <fgouget(a)free.fr>
Date: Fri Mar 24 03:42:27 2017 +0100
readme: Note that Wine may also use Mac APIs.
Signed-off-by: Francois Gouget <fgouget(a)free.fr>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
index b1ca54f..5cd2151 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x, Win32, and Win64 executables) on Unix.
It consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
-API calls using their Unix or X11 equivalents. The library may also
+API calls using their Unix, X11 or Mac equivalents. The library may also
be used for porting Windows code into native Unix executables.
Wine is free software, released under the GNU LGPL; see the file