Skip to content

Install the Toolchain

Ben Baron edited this page Aug 13, 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/xqemu/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/xqemu/nxdk.git