Updated Installing the nxdk (markdown)
parent
91310d241d
commit
860b99b890
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue