Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 481 Bytes

INSTALL_linux.md

File metadata and controls

33 lines (24 loc) · 481 Bytes

Installation

Dependencies

Arch Linux

pacman -S mingw-w64-gcc mingw-w64-binutils

Building

git clone https://github.com/galaxyhaxz/devilution
cd devilution
cp /path/to/diablo_game_dir/diabloui.dll .
cp /path/to/diablo_game_dir/storm.dll .
make

On a 32-bit host, $ make MINGW32=mingw32 should be used, to specify the 32-bit toolchain.

Install

cp devilution.exe /path/to/diablo_game_dir/

Run

wine devilution.exe