From 860b99b890fd97af2b48c6897617142d2ccff2e6 Mon Sep 17 00:00:00 2001 From: Fisherman166 Date: Mon, 22 Jan 2018 16:32:26 -0800 Subject: [PATCH] Updated Installing the nxdk (markdown) --- Installing-the-nxdk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Installing-the-nxdk.md b/Installing-the-nxdk.md index ecbc54a..490bee6 100644 --- a/Installing-the-nxdk.md +++ b/Installing-the-nxdk.md @@ -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 /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`