Install Node.js (https://nodejs.org/en/download/). Keep setup configuration as default, except check on box "Automatically install the nececsary tools..." when asked.
Install GCC compiler. Version 8 or higher. https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads. Change default location to "C:\GCC" when asked. Some scripts are not happy with space in path. Make sure add "C:\gcc\bin" to PATH.
Download ninja tool. Execute binary file (window version) can be downloaded from: https://github.com/ninja-build/ninja/releases. Create a folder called ninja from. Let say C:\ninja. Put ninja.exe to C:\ninja. We will have "C:\ninja\ninja.exe". Add "C:\ninja" to PATH in setting enveronment.
pxt version v7.3.7: https://github.com/microsoft/pxt/releases/tag/v7.3.7
pxt-common-packages v9.3.11: https://github.com/microsoft/pxt-common-packages/releases/tag/v9.3.11
Put all of them inside MakeCode folder.
These instructions assume Window 10 - 64bit
MIT
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.