Updated Developer notes (markdown)
parent
4323be7c3c
commit
2e3f2276e3
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue