From 8099c992b420ae9c409164b6bdf5a90eb19b437b Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Sat, 16 Jun 2018 21:58:59 -0500 Subject: [PATCH] Delete INSTALL_linux.md --- INSTALL_linux.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 INSTALL_linux.md diff --git a/INSTALL_linux.md b/INSTALL_linux.md deleted file mode 100644 index 5add5c2..0000000 --- a/INSTALL_linux.md +++ /dev/null @@ -1,30 +0,0 @@ -# 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 -```