From 0e84feed4ef77347e9e1b6e71baae380599bcfe7 Mon Sep 17 00:00:00 2001 From: PatrickvL Date: Fri, 25 Aug 2017 16:49:55 +0200 Subject: [PATCH] Updated Developer notes (markdown) --- Developer-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Developer-notes.md b/Developer-notes.md index 14919bc..8f8f1a3 100644 --- a/Developer-notes.md +++ b/Developer-notes.md @@ -1,3 +1,7 @@ +## Developer environment + +Cxbx-Reloaded is developed in C++ using [Microsoft Visual Studio 2017 Community](https://www.visualstudio.com/downloads/). (The older 2015 version works too). + ## Debugging during emulation Since Cxbx-Reloaded launches another process instance of itself for emulation, debugging in Visual Studio doesn't work out of the box.