File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -187,20 +187,25 @@ Extra steps for Mac users: install [XCode](https://developer.apple.com/xcode/)
187187
188188Extra steps for Windows users:
189189
190+ <!-- prettier-ignore-start -->
191+ <!-- see https://github.com/prettier/prettier/issues/3679 -->
192+
1901931 . Add ` python.exe ` to ` PATH ` (e.g. ` set PATH=%PATH%;C:\Python27\python.exe ` )
1911942 . Get [ VS Community 2017] ( https://www.visualstudio.com/downloads/ ) with
192195 "Desktop development with C++" toolkit and make sure to select the following
193196 required tools listed below along with all C++ tools.
194- - Windows 10 SDK >= 10.0.17134
195- - Visual C++ ATL for x86 and x64
196- - Visual C++ MFC for x86 and x64
197- - C++ profiling tools
197+ - Windows 10 SDK >= 10.0.17134
198+ - Visual C++ ATL for x86 and x64
199+ - Visual C++ MFC for x86 and x64
200+ - C++ profiling tools
1982013 . Enable "Debugging Tools for Windows". Go to "Control Panel" → "Programs" →
199202 "Programs and Features" → Select "Windows Software Development Kit - Windows
200203 10" → "Change" → "Change" → Check "Debugging Tools For Windows" → "Change" ->
201204 "Finish".
2022054 . Make sure you are using git version 2.19.2.windows.1 or newer.
203206
207+ <!-- prettier-ignore-end -->
208+
204209#### Other useful commands
205210
206211``` bash
You can’t perform that action at this time.
0 commit comments