Updated Installing the nxdk (markdown)

Fisherman166 2018-01-22 16:32:26 -08:00
parent 91310d241d
commit 860b99b890
1 changed files with 10 additions and 0 deletions

@ -27,6 +27,16 @@ you might need to create an alias for lld-link:
`alias lld-link=lld-link-6.0`
If the alias does not work, you may need to create a symlink:
`which lld-link-6.0`
`ln -s <path to lld-link-6.0 from previous cmd> <path>/lld-link`
For example, if lld-link-6.0 is in /usr/bin:
`ln -s /usr/bin/lld-link-6.0 /usr/bin/lld-link`
Finally we are ready to download the nxdk! Run these commands:
`git clone https://github.com/xqemu/nxdk.git`