Skip to content

Install the Toolchain

Stefan Schmidt edited this page Aug 14, 2019 · 8 revisions

This is part of the Getting Started guide. Please read the full guide if you have trouble.


Run the following commands in your shell:

git clone https://github.com/XboxDev/nxdk.git
cd nxdk
git submodule init && git submodule update --recursive

Or if your version of git is recent and supports recursive cloning, you can use this single command instead:

git clone --recursive https://github.com/XboxDev/nxdk.git