descriptionWindows API implementation
homepage URLhttp://www.winehq.org/
repository URLgit://source.winehq.org/git/wine.git
ownerjan.wine@zerebecki.de
last changeMon, 13 May 2024 19:09:45 +0000 (13 21:09 +0200)
last refreshTue, 14 May 2024 18:17:41 +0000 (14 20:17 +0200)
content tags
add:
README.md

INTRODUCTION

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, 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 LICENSE for the details.

QUICK START

From the top-level directory of the Wine source (which contains this file), run:

./configure
make

Then either install Wine:

make install

Or run Wine directly from the build directory:

./wine notepad

Run programs as wine program. For more information and problem resolution, read the rest of this file, the Wine man page, and especially the wealth of information found at https://www.winehq.org.

REQUIREMENTS

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

As Wine requires kernel-level thread support to run, only the operating systems mentioned above are supported. Other operating systems which support kernel threads may be supported in the future.

FreeBSD info: See https://wiki.freebsd.org/Wine for more information.

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

NetBSD info: Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options turned on in your kernel.

Mac OS X info: 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: Wine should run on most file systems. A few compatibility problems have also been reported using files accessed through Samba. Also, NTFS does not provide all the file system features needed by some applications. Using a native Unix file system is recommended.

Basic requirements: You need to have the X11 development include files installed (called xorg-dev in Debian and libX11-devel in Red Hat). Of course you also need make (most likely GNU make). You also need flex version 2.5.33 or later and bison.

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

COMPILATION

To build Wine, do:

./configure
make

This will build the program "wine" and numerous support libraries/binaries. The program "wine" will load and run Windows executables. The library "libwine" ("Winelib") can be used to compile and link Windows source code under Unix.

To see compile configuration options, do ./configure --help.

For more information, see https://wiki.winehq.org/Building_Wine

SETUP

Once Wine has been built correctly, you can do make install; this will install the wine executable and libraries, the Wine man page, and other needed files.

Don't forget to uninstall any conflicting previous Wine installation first. Try either dpkg -r wine or rpm -e wine or make uninstall before installing.

Once installed, you can run the winecfg configuration tool. See the Support area at https://www.winehq.org/ for configuration hints.

RUNNING PROGRAMS

When invoking Wine, you may specify the entire path to the executable, or a filename only.

For example, to run Notepad:

wine notepad            (using the search Path as specified in
wine notepad.exe         the registry to locate the file)

wine c:\\windows\\notepad.exe      (using DOS filename syntax)

wine ~/.wine/drive_c/windows/notepad.exe  (using Unix filename syntax)

wine notepad.exe readme.txt          (calling program with parameters)

Wine is not perfect, so some programs may crash. If that happens you will get a crash log that you should attach to your report when filing a bug.

GETTING MORE INFORMATION

shortlog
23 hours ago Eric Pouechcmd: Move operator from CMD_COMMAND to CMD_NODE.master
23 hours ago Eric Pouechcmd: Add helpers to handle list in degenerated binary...
23 hours ago Eric Pouechcmd: Introduce CMD_NODE structure.
23 hours ago Eric Pouechcmd: Remove malloc attribute from xrealloc.
23 hours ago Elizabeth Figurawined3d: Remove the ARB shader backend.
23 hours ago Elizabeth Figurawined3d: Remove the ARB fragment pipeline.
23 hours ago Elizabeth Figurawined3d: Remove the ARB_fragment_program blitter.
23 hours ago Elizabeth Figurawined3d: Remove the ATI_fragment_shader fragment pipeline.
23 hours ago Elizabeth Figurawined3d: Remove the NV_register_combiners fragment...
23 hours ago Elizabeth Figurawined3d: Remove the GL FFP fragment pipeline.
23 hours ago Elizabeth Figurawined3d: Remove the GL FFP vertex pipeline.
23 hours ago Hongxin Zhaopo: Add a missing \t in the Simplified Chinese translation.
23 hours ago Anton Baskanovwinegstreamer: Add missing format fields to WMA support...
23 hours ago Anton Baskanovwinegstreamer: Recognize MFAudioFormat_MPEG and MFAudio...
23 hours ago Brendan McGrathwinegstreamer: Pass filename to wg_parser when available.
23 hours ago Tim Clemmountmgr.sys: Do not add drive letters or volumes for...
...
tags
10 days ago wine-9.8 Release 9.8
3 weeks ago wine-9.7 Release 9.7
5 weeks ago wine-9.6 Release 9.6
7 weeks ago wine-9.5 Release 9.5
2 months ago wine-9.4 Release 9.4
2 months ago wine-9.3 Release 9.3
3 months ago wine-9.2 Release 9.2
3 months ago wine-9.1 Release 9.1
3 months ago wine-9.0 Release 9.0
4 months ago wine-9.0-rc5 Release 9.0-rc5
4 months ago wine-9.0-rc4 Release 9.0-rc4
4 months ago wine-9.0-rc3 Release 9.0-rc3
4 months ago wine-9.0-rc2 Release 9.0-rc2
5 months ago wine-9.0-rc1 Release 9.0-rc1
5 months ago wine-8.21 Release 8.21
6 months ago wine-8.20 Release 8.20
...
heads
23 hours ago master
3 months ago stable
9 months ago oldstable
forks
Cached version (4524s old)
 SoC   acceptex   alert   anno   autconf   battle.net   battlefield   bf2   bioshock   changes   chihchun   connectex   cursor   d3dx   d3dxcreatetexture   ddraw   debug   dinput   dinput.dll.so   dplay   eudc   fixme:winsock:WSAIoctl   font   gonsalo   google.com   input   mesh   mouse   network   previos   pulse   red   running   starcraft   texture   thanks   unrealed   uplay   warcraft   warhammer   wine   winepulse   winer   winhttp 
wine/zf.git Zebediah Figura's local tree zfigura@codeweavers.com 10 days ago
wine/multimedia.git Maarten's multimedia branch m.b.lankhorst@gmail.com 8 years ago
wine/wine-gecko.git Wine tree for Wine Gecko development jacek@codeweavers.com 9 years ago
wine/testsucceed.git Quick hack tree for wine patches julliard... m.b.lankhorst@gmail.com 10 years ago
wine/gsoc-2012-control.git GSOC 2012 project to enhance the control... lena.m.nowak@gmail.com 11 years ago
wine/gsoc_explorer.git jkelleyy@gmail.com 12 years ago
wine/hlsl-compiler.git HLSL compiler tijnema@gmail.com 13 years ago
wine/hramrach.git an attempt at megring old patches into wine hramrach@centrum.cz 13 years ago
wine/hacks.git useful hacks and other patches not (yet)... jan.wine@zerebecki.de 13 years ago
wine/iexploreui.git Patches to add a full UI to Wine's Internet... alex@thehandofagony.com 13 years ago
wine/longene-wine.git longene crquan@gmail.com 14 years ago
wine/gsoc_dplay.git DirectPlay implementation for GSoC razielmine@gmail.com 14 years ago
wine/warcraft3.git WINE with "Warcraft 3"-patches. florian@fkoeberle.de 14 years ago
wine/d3dx9TW.git Implementations for the texture, font and... tony.wasserka@freenet.de 14 years ago
wine/dibdrv-max.git Merged dibdrv work started by Max the3dfxdude@gmail.com 15 years ago
wine/wine64.git maarten@codeweavers.com 15 years ago
...