1
0
Fork 0

Delete INSTALL_windows.md

pull/16/head
galaxyhaxz 2018-06-16 21:59:28 -05:00 committed by GitHub
parent 8099c992b4
commit 2f77802ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# Installation
## Dependencies
* Install [MSYS2](https://www.msys2.org/)
```bash
# Start the *MSYS2 MinGW 32-bit* terminal.
pacman -Sy git make mingw-w64-i686-gcc mingw-w64-i686-binutils
ln -s /mingw32/i686-w64-mingw32/bin/dlltool.exe /usr/bin/i686-w64-mingw32-dlltool.exe
```
## 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/
```