Bash script for compile any version of Wine or Wine-staging
Go to file
Rinaldus 744a8dfe76
made script compatible with stable versions of wine
2021-01-15 19:13:45 +03:00
README.md Initial commit 2020-10-24 14:03:14 +03:00
wine_build.sh made script compatible with stable versions of wine 2021-01-15 19:13:45 +03:00

README.md

You can compile almost any* version of vanilla wine or wine-staging.

Instructions

  1. Clone this repository to any directory. Open wine_build.sh in text editor and change WORKDIR and MAKEOPTS variables.
  2. Make the script executable chmod +x wine_build.sh
  3. Launch the script with wine version number as parameter. For example: ./wine_build.sh 5.20 After script work is finished, you can find .tar.gz archive with your build in WORKDIR/install/

Disclaimer

You can't build stable (.0) wine versions with this script because of different source paths for stable (e.g 5.0) and unstable (e.g 5.x) versions. *I don't gurantee that this script can build any old wine version with this script. I don't care about it. I care about only latest wine major branch.