From a187c0c7cec07790401ac81d56e77d55fed2b328 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Tue, 23 May 2017 17:41:19 +0200 Subject: [PATCH] Update README.md w/r/t firmtool --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92460ad..7c758f7 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ To use it, you will need a console capable of running homebrew software on the A ## Compiling -First you need to clone the repository recursively with: `git clone --recursive https://github.com/AuroraWright/Luma3DS.git` -To compile, you'll need [armips](https://github.com/Kingcom/armips) and a build of a recent commit of [makerom](https://github.com/profi200/Project_CTR) added to your PATH. +First you need to clone the repository recursively with: `git clone https://github.com/AuroraWright/Luma3DS.git` +To compile, you'll need [armips](https://github.com/Kingcom/armips) and a build of a recent commit of [makerom](https://github.com/profi200/Project_CTR) added to your PATH. You'll also need to install [firmtool](https://github.com/TuxSH/firmtool), its README contains installation instructions. For now, you'll also need to update your [libctru](https://github.com/smealum/ctrulib) install, building from the latest commit. For your convenience, here are [Windows](http://www91.zippyshare.com/v/ePGpjk9r/file.html) and [Linux](https://mega.nz/#!uQ1T1IAD!Q91O0e12LXKiaXh_YjXD3D5m8_W3FuMI-hEa6KVMRDQ) builds of armips (thanks to who compiled them!). Finally just run `make` and everything should work!