Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
Patrick Rudolph edited this page Jan 21, 2018 · 13 revisions

Welcome to the wine wiki!

Branches

master

Wine-nine developing branch. Might contain experimental patches. Rebased every few month.

wine-stable-2.0

Stable branch for package maintainers. Based on Wine-2.0. Never rebased.

wine-stable-3.0

Stable branch for package maintainers. Based on Wine-3.0. Never rebased.

Other

All other branches are outdated and shouldn't be used at all.

Prebuild binaries

The prebuild packages are build on openSUSE's build service. The package is created from iXit's stable branch.

Note: Make sure to install packages .i686 and .x64_86 on x64_86 OS ! The packages are linked against wine stable API and doesn't need to be rebuild on wine minor version updates.

Wine-3.x / Wine-2.x

Fedora 25

Available here: openSUSE download server : Fedora_25

Fedora 26

Available here: openSUSE download server : Fedora_26

Fedora 27

Available here: openSUSE download server : Fedora_27

Fedora Rawhide

Available here: openSUSE download server : Fedora_Rawhide

OpenSUSE LEAP 42.2

openSUSE download server : openSUSE_Leap_42.2

OpenSUSE LEAP 42.3

openSUSE download server : openSUSE_Leap_42.3

Ubuntu

comming soon

How to use

  1. Install the package.
  2. Run wine ninewinecfg and enable d3d9-nine (it creates a symlink from d3d9.dll to d3d9-nine.dll.so)
  3. Run any D3D9 enabled application

For package maintainers

Every stable release is tagged: wine-nine-"major wine"-"patchlevel".

As the wine API is stable, the "major wine" version will be: 2.0, 3.0, 4.0 ...

The "patchlevel" is incremented with every new feature or bugfix on the stable branch.

The stable releases can be build against wine or wine-staging and have no dependencies to 3rd-party patches.

Bugs

Please report bugs on https://github.com/iXit/Mesa-3D/issues

Clone this wiki locally