|  | ||
|---|---|---|
| README.md | ||
| wine_build.sh | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	You can compile almost any* version of vanilla wine or wine-staging.
Instructions
- Clone this repository to any directory. Open wine_build.shin text editor and changeWORKDIRandMAKEOPTSvariables.
- Make the script executable
chmod +x wine_build.sh
- Launch the script with wine version number as parameter. For example:
./wine_build.sh 5.20After script work is finished, you can find .tar.gz archive with your build inWORKDIR/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.