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.