Latest Posts

Changes in BuildingWidelandsUnderWindowsNew

Old Title


Editor Comment

First draft


Revision Differences of Revision 1

## How to build Widelands with !MinGW64 on windows ¶

This is currently a work in progress! ¶

[TOC] ¶

# Download files ¶
## Nuwen's !MinGW64 distro ¶

Download the main distro from http://nuwen.net/mingw.html and the MSYS package: ¶

* http://nuwen.net/files/mingw/mingw-12.1.exe ¶
* http://nuwen.net/files/mingw/msys-10.4.7z ¶

## SDL2 source packages ¶
* SDL2 https://www.libsdl.org/release/SDL2-2.0.3.zip ¶
* SDL2_net ¶
* SDL2_mixer ¶
* SDL2_image ¶
* SDL2_gfx ¶

## Additional libraries ¶
* libvorbis ¶
* libogg ¶
* libiconv ¶
* gettext ¶
* freetype ¶

# Building ¶

* Use the self-extracting installer of Nuwen's and extract the distro to C:\MinGW ¶
* Extract MSYS manually to c:\msys-10.4 ¶
* Open the distro window with C:\MinGW\open_distro_window.bat ¶
* Change the directory with "cd c:\msys-10.4" and call extract.bat ¶
* Start MSYS with msys.bat ¶

You are now in a linux like shell, so the command syntax is a bit different than normal windows commands