From 5ec983343e965ec8e4dcd68a1cceb2f5b12ce85a Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Fri, 23 Nov 2018 00:55:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a37b75..8cca7e17 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Diablo 2 and its content is ©2000 Blizzard Entertainment, Inc. All rights reser ALL OTHER TRADEMARKS ARE THE PROPERTY OF THEIR RESPECTIVE OWNERS. ## Building -To build this engine, you simply need to have [Microsoft Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) installed with C#/Windows support. Although we currently do not support building in Linux with MonoDevelop, we would like to begin adding support for Linux and Mac in the very near future. +To build this engine, you simply need to have [Microsoft Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) installed with C#/Windows support. Also make sure that only the x64 architecture is selected as we are not shipping 32-bit versions of SDL currently. + +Although we currently do not support building in Linux with MonoDevelop, we would like to begin adding support for Linux and Mac in the very near future. ## Running When running via VisualStudio, go to the debug tab and specify the following command line options: