tomwillfixit / wine-builder

Code used to build and patch wine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wine Builder

These scripts may be useful for someone.

Use a Docker image to build and patch 32 bit Wine.

make wine

When this script has run successfully you will have a wine directory which contains everything wine needs to run.

Extract League of Legends Installer .exe to a local directory

Local installer :

make league exe="LeagueOfLegendsInstaller.exe"

Download over http :

make league exe="http://l3cdn.riotgames.com/releases/live/installer/League%20of%20Legends%20installer%20EUW.exe"

When this script has run successfully you will have a LoL_installed directory.

About

Code used to build and patch wine.


Languages

Language:Shell 68.6%Language:Dockerfile 25.4%Language:Makefile 6.0%