Ubuntu
sudo apt install g++-mingw-w64-i686Arch Linux
pacman -S mingw-w64-gcc mingw-w64-binutilsFedora 28:
sudo dnf install mingw32-gcc-c++ wineelementary OS:
sudo apt install mingw-w64 winegit clone https://github.com/galaxyhaxz/devilution
cd devilution
cp /path/to/diablo_game_dir/diabloui.dll .
cp /path/to/diablo_game_dir/storm.dll .
makeOn a 32-bit host, $ make MINGW32=mingw32 should be used, to specify the 32-bit
toolchain.
cp devilution.exe /path/to/diablo_game_dir/wine devilution.exe