Skip to content

Commit ed20a95

Browse files
Update README.md
update md
1 parent 2b1149c commit ed20a95

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

+21-21
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Also note that GPTKv2 is currently still in its beta phase; bugs and hiccups are
2727

2828
# wine
2929

30-
# 1. INTRODUCTION
30+
## 1. INTRODUCTION
3131

3232
Wine is a program which allows running Microsoft Windows programs
3333
(including DOS, Windows 3.x, Win32, and Win64 executables) on Unix.
@@ -40,7 +40,7 @@ Wine is free software, released under the GNU LGPL; see the file
4040
LICENSE for the details.
4141

4242

43-
# 2. QUICK START
43+
## 2. QUICK START
4444

4545
From the top-level directory of the Wine source (which contains this file),
4646
run:
@@ -63,7 +63,7 @@ resolution, read the rest of this file, the Wine man page, and
6363
especially the wealth of information found at https://www.winehq.org.
6464

6565

66-
# 3. REQUIREMENTS
66+
## 3. REQUIREMENTS
6767

6868
To compile and run Wine, you must have one of the following:
6969

@@ -77,50 +77,50 @@ As Wine requires kernel-level thread support to run, only the operating
7777
systems mentioned above are supported. Other operating systems which
7878
support kernel threads may be supported in the future.
7979

80-
## FreeBSD info:
80+
### FreeBSD info:
8181
Wine will generally not work properly on versions before FreeBSD 8.0.
8282
See https://wiki.freebsd.org/Wine for more information.
8383

84-
## Solaris info:
84+
### Solaris info:
8585
You will most likely need to build Wine with the GNU toolchain
8686
(gcc, gas, etc.). Warning : installing gas does *not* ensure that it
8787
will be used by gcc. Recompiling gcc after installing gas or
8888
symlinking cc, as and ld to the gnu tools is said to be necessary.
8989

90-
## NetBSD info:
90+
### NetBSD info:
9191
Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options
9292
turned on in your kernel.
9393

94-
## Mac OS X info:
94+
### Mac OS X info:
9595
You need Xcode/Xcode Command Line Tools or Apple cctools. The
9696
minimum requirements for compiling Wine are clang 3.8 with the
9797
MacOSX10.10.sdk and mingw-w64 v8. The MacOSX10.14.sdk and later can
9898
only build wine64.
9999

100100

101-
## Supported file systems:
101+
### Supported file systems:
102102
Wine should run on most file systems. A few compatibility problems
103103
have also been reported using files accessed through Samba. Also,
104104
NTFS does not provide all the file system features needed by some
105105
applications. Using a native Unix file system is recommended.
106106

107-
## Basic requirements:
107+
### Basic requirements:
108108
You need to have the X11 development include files installed
109109
(called xorg-dev in Debian and libX11-devel in Red Hat).
110110

111111
Of course you also need "make" (most likely GNU make).
112112

113113
You also need flex version 2.5.33 or later and bison.
114114

115-
## Optional support libraries:
115+
### Optional support libraries:
116116
Configure will display notices when optional libraries are not found
117117
on your system. See https://wiki.winehq.org/Recommended_Packages for
118118
hints about the packages you should install. On 64-bit platforms,
119119
you have to make sure to install the 32-bit versions of these
120120
libraries.
121121

122122

123-
# 4. COMPILATION
123+
## 4. COMPILATION
124124

125125
To build Wine, do:
126126

@@ -139,7 +139,7 @@ To see compile configuration options, do ./configure --help.
139139
For more information, see https://wiki.winehq.org/Building_Wine
140140

141141

142-
# 5. SETUP
142+
## 5. SETUP
143143

144144
Once Wine has been built correctly, you can do "make install"; this
145145
will install the wine executable and libraries, the Wine man page, and
@@ -153,7 +153,7 @@ Once installed, you can run the "winecfg" configuration tool. See the
153153
Support area at https://www.winehq.org/ for configuration hints.
154154

155155

156-
# 6. RUNNING PROGRAMS
156+
## 6. RUNNING PROGRAMS
157157

158158
When invoking Wine, you may specify the entire path to the executable,
159159
or a filename only.
@@ -176,27 +176,27 @@ will get a crash log that you should attach to your report when filing
176176
a bug.
177177

178178

179-
# 7. GETTING MORE INFORMATION
179+
## 7. GETTING MORE INFORMATION
180180

181-
## WWW: A great deal of information about Wine is available from WineHQ at
181+
### WWW: A great deal of information about Wine is available from WineHQ at
182182
https://www.winehq.org/ : various Wine Guides, application database,
183183
bug tracking. This is probably the best starting point.
184184

185-
## FAQ: The Wine FAQ is located at https://www.winehq.org/FAQ
185+
### FAQ: The Wine FAQ is located at https://www.winehq.org/FAQ
186186

187-
## Wiki: The Wine Wiki is located at https://wiki.winehq.org
187+
### Wiki: The Wine Wiki is located at https://wiki.winehq.org
188188

189-
## Mailing lists:
189+
### Mailing lists:
190190
There are several mailing lists for Wine users and developers;
191191
see https://www.winehq.org/forums for more information.
192192

193-
## Bugs: Report bugs to Wine Bugzilla at https://bugs.winehq.org
193+
### Bugs: Report bugs to Wine Bugzilla at https://bugs.winehq.org
194194
Please search the bugzilla database to check whether your
195195
problem is already known or fixed before posting a bug report.
196196

197-
## IRC: Online help is available at channel #WineHQ on irc.libera.chat.
197+
### IRC: Online help is available at channel #WineHQ on irc.libera.chat.
198198

199-
## Git: The current Wine development tree is available through Git.
199+
### Git: The current Wine development tree is available through Git.
200200
Go to https://www.winehq.org/git for more information.
201201

202202
If you add something, or fix a bug, please send a patch (preferably

0 commit comments

Comments
 (0)