1
0
Fork 0

add install instructions for mac

pull/49/head
Tanner Donovan 2018-06-21 20:48:57 -07:00
parent 7e5bed4fb5
commit fdd76fb8ff
1 changed files with 32 additions and 0 deletions

32
Support/INSTALL_mac.md Normal file
View File

@ -0,0 +1,32 @@
# Installation
## Dependencies
[Homebrew](https://brew.sh/)
```bash
brew install wine
brew install mingw-w64
```
## 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
```