SHA256
1
0
forked from pool/wine
Go to file
Marcus Meissner efd55942bc - Updated to 1.1.42
- Support for shared 32/64-bit setups.
  - Dwarf debug info support for better backtraces.
  - More standard actions supported in MSI.
  - Support for TIFF image format in WinCodecs.
  - A number of Direct3D improvements.
  - Shell fixes for better Internet Explorer support.
  - Various bug fixes.

- Updated to 1.1.41
  - A wide range of Direct3D improvements.
  - Support for SHA-256, SHA-384, and SHA-512 algorithms.
  - A number of MSHTML fixes.
  - Support for mp3 decoding on Mac OS X.
  - Various widl improvements.
  - More typelib fixes.
  - OLE storage improvements.
  - Various bug fixes.
- Updated winetricks

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=28
2010-04-02 19:13:26 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=1 2007-01-04 16:29:39 +00:00
README.SuSE Updating link to change in openSUSE:Factory/wine revision 67.0 2010-02-09 21:16:54 +00:00
wine-1.1.42.tar.bz2 - Updated to 1.1.42 2010-04-02 19:13:26 +00:00
wine.changes - Updated to 1.1.42 2010-04-02 19:13:26 +00:00
wine.desktop OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=14 2007-06-24 09:55:53 +00:00
wine.spec Updating link to change in openSUSE:Factory/wine revision 71.0 2010-03-19 08:59:36 +00:00
winetricks - Updated to 1.1.42 2010-04-02 19:13:26 +00:00

Start wine:
-----------
Check whether wine runs by entering (e.g.) 'wine sol.exe' or
'wine progman'.

General Notes:
--------------
1. All configuration data is in the registry, and can be accessed
   directly by editing system.reg or user.reg, "wine regedit.exe" or
   with the graphical configuration frontend "winecfg".

2. Drives are configured by symlinking in ~/.wine/dosdevices/,
   or by using "winecfg".

3. You have to set the WINEPREFIX variable to the wine base dir,
   if it is different than ~/.wine.

There usually is no need for additionaly configuring wine.

If no ~/.wine is present, Wine will setup a fake windows 
environment in ~/.wine by itself, including all necessary config
file and registry settings by running "wineprefixcreate".


Windows DLLs not supported by Wine:
--------------------------------------
A shell script called "winetricks" is included in this RPM which
can be used to quickly install missing DLLs from public redistributable
archives.

	winetricks help		shows all installation possibilities

	winetricks gecko	Installs the Mozilla Gecko rendering engine, which
				provides generic HTML rendering support to Wine.

	winetricks mfc40	installs the MFC40.DLL
	winetricks mfc42	installs the MFC42.DLL	(Applications might need it)


Violation of existing windows:
------------------------------
Wine can corrupt MS Windows installation.

It is not recommended to point Wine to an existing Windows
installation. Also it should no longer be necessary to copy
stuff from Windows installations.


Error and warning messages:
---------------------------
Wine is intensively developed but is not always complete.
Therefore things might not work and wine might print error and
warning messages.