From f8bcfb2f58c3968ed3e669c22ee159edb84a4fcf Mon Sep 17 00:00:00 2001 From: Margen67 Date: Tue, 26 Sep 2017 14:44:14 -0700 Subject: [PATCH] Update README.md Add armips buildbot link. Other minor changes. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b3d046..d17f8b5 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Since Luma3DS v8.0, Luma3DS has its own in-game menu, triggerable by `L+Down+Sel First you need to clone the repository 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!) and [makerom](https://github.com/Steveice10/buildtools/tree/master/3ds) (thanks @Steveice10!). -Finally just run `make` and everything should work! +You'll also need to update your [libctru](https://github.com/smealum/ctrulib) install, building from the latest commit. +Here are [Windows](https://buildbot.orphis.net/armips/) and [Linux](https://mega.nz/#!uQ1T1IAD!Q91O0e12LXKiaXh_YjXD3D5m8_W3FuMI-hEa6KVMRDQ) builds of armips (thanks to who compiled them!) and [makerom](https://github.com/Steveice10/buildtools/tree/master/3ds) (thanks @Steveice10!). +Run `make` and everything should work! You can find the compiled files in the `out` folder. ---