1
0
Fork 0
devilution/Support/INSTALL_linux.md

34 lines
481 B
Markdown
Raw Normal View History

# Installation
## Dependencies
Arch Linux
```bash
pacman -S mingw-w64-gcc mingw-w64-binutils
```
## Building
```bash
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
```bash
cp devilution.exe /path/to/diablo_game_dir/
```
## Run
```bash
wine devilution.exe
```