Skip to content
This repository was archived by the owner on Mar 26, 2021. It is now read-only.

Building for Windows on Linux

Sam Hanes edited this page Dec 17, 2017 · 1 revision

Set up a 64-bit wine prefix

Install Visual C++ 2012 Update 4 Redist

Download the VC++ 2012u4 redist and run it like this:

wine vcredist_x64.exe /install /quiet /norestart

Install .NET Framework 4.5

Download dotNetFx45_Full_x86_x64.exe and run it like this:

wine dotNetFx45_Full_x86_x64.exe /q /norestart

For more information see the .NET Framework Deployment Guide for Developers.

Install Windows 7 SDK

Download GRMSDKX_EN_DVD.iso (1.4 GB) and extract it. 7z works well:

7z x -oGRMSDKX_EN GRMSDKX_EN_DVD.iso

Then run the installer like this:

wine GRMSDKX_EN/setup.exe -q -params:ADDLOCAL=ALL

For more details, see the Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1 (ISO) download page and Installing Windows SDK 7.1 in Silent Mode.

Clone this wiki locally