From 2e3f2276e3e87a68435abbc7e2cf7013326f3567 Mon Sep 17 00:00:00 2001 From: Margen67 Date: Mon, 13 May 2019 18:32:19 -0700 Subject: [PATCH] Updated Developer notes (markdown) --- Developer-notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Developer-notes.md b/Developer-notes.md index 3cacce3..5678143 100644 --- a/Developer-notes.md +++ b/Developer-notes.md @@ -2,8 +2,6 @@ Cxbx-Reloaded is developed in C++ using [Microsoft Visual Studio 2017 Community](https://www.visualstudio.com/downloads/). -The older 2015 version might work 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. @@ -14,7 +12,7 @@ Follow the [developer debugging guide](https://github.com/Cxbx-Reloaded/Cxbx-Rel This is a step-by-step guide to keep your forked copy of Cxbx-Reloaded updated, to create a branch for your work and to send a PR. -If you want more informations about git commands, you can read [this free book](https://git-scm.com/book/en/v2). +If you want more information about git commands, you can read [this free book](https://git-scm.com/book/en/v2). ### First time setup (aka adding the upstream remote) You have to follow these steps only the first time you fork Cxbx-Reloaded: