From 0295bb5feaa103bc53069aa28b7621684ed254f4 Mon Sep 17 00:00:00 2001 From: aperturesecurity Date: Fri, 18 Jan 2019 13:08:36 +0000 Subject: [PATCH] added steps to compile --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3229ac586..dcec37f37 100644 --- a/README.md +++ b/README.md @@ -70,15 +70,20 @@ The last line will have something like... Change it to ... set(SDL2_LIBRARIES "-L${SDL2_LIBDIR} -lSDL2 -lSDL2_mixer ") +*To Compile* -Copy the "diablodat.mpq" from your Diablo CD to the Diablo Directory and make sure it is LOWERCASE. -COPY THE *prealpha.mpq* from this directory TO YOUR DIABLO DIRECTORY. +- cd devilutionX/build +- cmake .. +- make -Keep in mind please that this is still being worked on and is missing parts of UI and SoundEffects are not properly playing now. +*To Play:* +- Copy the "diablodat.mpq" from your Diablo CD to the Diablo Directory and make sure it is LOWERCASE. +- COPY THE *prealpha.mpq* from this directory TO YOUR DIABLO DIRECTORY. +Keep in mind please that this is still being worked on and is missing parts of UI and Sound Effects are not properly playing now.