From 9f3e37743f9dde57c7b4d969c32fda599dba7d09 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sat, 16 Jun 2018 21:58:42 -0500 Subject: [PATCH] Create INSTALL_linux.md --- Support/INSTALL_linux.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Support/INSTALL_linux.md diff --git a/Support/INSTALL_linux.md b/Support/INSTALL_linux.md new file mode 100644 index 0000000..5add5c2 --- /dev/null +++ b/Support/INSTALL_linux.md @@ -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 +```