1
0
Fork 0

Create INSTALL_linux.md

pull/16/head
galaxyhaxz 2018-06-16 21:58:42 -05:00 committed by GitHub
parent c998cb2f0c
commit 9f3e37743f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

30
Support/INSTALL_linux.md Normal file
View File

@ -0,0 +1,30 @@
# Installation
## Dependencies
Arch Linux:
```bash
pacman -Sy 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
```
## Install
```bash
cp devilution.exe /path/to/diablo_game_dir/
```
## Run
```bash
wine devilution.exe
```