Skip to content

My custom build of wine, made to use with lutris. Built with lutris's buildbot.

Notifications You must be signed in to change notification settings

Riftr/wine-ge-custom

 
 

Repository files navigation

RELEASE INSTALLATION:

  1. Extract wine-name-branch-x86_64.tar.gz to /home/USERNAME/.local/share/lutris/runners/wine/
  2. Restart lutris. You can now choose wine-name-branch-x86_64 from the runners list in configuration options for any game.

BUILD:

Requirements:

(1) Vagrant with sshfs plugin
Notes:

  • Most distros include the vagrant sshfs plugin as it's own package. You will need to install this package as the default that vagrant tries to install internally usually causes conflicts/failures.
  • Example:

Ubuntu:
# apt install vagrant vagrant-sshfs

Fedora:
# dnf install vagrant vagrant-sshfs

(2) VirtualBox installed
Notes:__

  • This differs per distro. You will need to find instructions for your distro.
  • Please note that virtualbox is -required-. Libvirt will not work. Specifically libvirt causes segfaults when installing packages in the lxc 32 bit container. Why? who knows.__

Additional notes:__

  • It is important to note that the wine, wine-staging and patches repos/folders are here for my personal use. The build bot does -NOT- pull from any of these folders directly.__

  • It is recommended to:__

    1. replace the wine repository with a clone of your own wine repository,__
    2. then run ./patches/protonprep.sh to apply my changes to your own wine repository,__
    3. then commit + push those changes to a separate branch on your -own- repository.__
    4. THEN follow the instructions below, using your own repository URL and branch.__

Instructions:

$ git clone --recurse-submodules https://github.com/gloriouseggroll/wine-ge-custom  
$ cd wine-ge-custom  
$ VAGRANT_DEFAULT_PROVIDER=virtualbox vagrant up  
$ ./makebuild.sh name winerepo branch  

Example: ./makebuild.sh lutris https://github.com/gloriouseggroll/wine ge-5.2

Final build will be placed in wine-ge-custom/vagrant_share/ with name format wine-name-branch-x86_64.tar.gz:

Example: wine-lutris-ge-5.2-x86_64.tar.xz

About

My custom build of wine, made to use with lutris. Built with lutris's buildbot.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%