1
0
Fork 0
mirror of https://github.com/galaxyhaxz/devilution synced 2025-02-22 12:34:59 +00:00
devilution/2020_03_31/Support/INSTALL_mac.md

33 lines
405 B
Markdown
Raw Normal View History

2020-11-28 18:24:54 -06:00
# 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
```