Skip to content

Making building Wine with custom patches easier than ever 8)

License

Notifications You must be signed in to change notification settings

NelloKudo/WineBuilder

 
 

Repository files navigation

WineBuilder

WineBuilder is a script that makes it easier to build Wine binaries, including versions with custom patches, using Docker.

You can find prebuilt binaries on the Releases page.


Builds description

WineBuilder uses the latest Proton SDK (with a few changes) to build Wine inside a Docker container. This ensures great compatibility and feature completeness — including seamless usage within the Steam Linux Runtime.

By default, the script creates osu!-specific builds, with patches from wine-osu-patches, also used in osu-winello.

To build a regular Wine-Staging version instead, simply set WINE_OSU="false" in wine_builder.sh—the same file where all customizations can be made.

Custom patches: To use your own patches in your custom builds, just place them in the custompatches/ folder.


Requirements

Install the following packages using your system's package manager:

  • docker
  • docker-buildx

Ubuntu/Debian:

sudo apt install -y docker docker-buildx

Arch Linux:

sudo pacman -Sy --needed --noconfirm docker docker-buildx

Fedora:

sudo dnf install -y docker docker-buildx

After installing, add yourself to the Docker group and enable the Docker service:

sudo gpasswd -a $USER docker
sudo systemctl enable docker docker.socket

Building Wine

First, clone the repo and go into the folder:

git clone https://github.com/NelloKudo/WineBuilder.git
cd WineBuilder

Then run the build script:

./build.sh

The built Wine binaries will be saved in the same folder when it's done. 🎉

About

Making building Wine with custom patches easier than ever 8)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 94.7%
  • SuperCollider 5.1%
  • Other 0.2%