From 838641b139f71f60e8cff8c7798a81e288bdaba6 Mon Sep 17 00:00:00 2001 From: riccardocossu Date: Sun, 21 Dec 2014 17:48:10 +0100 Subject: [PATCH 1/2] Fixes #14 ; added some docs This added info fixes #14 and provides some info on how to build and install this software. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 614aab8..8c4d8ce 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ Features - Supports multiple simultaneous clients. - Cutting-edge graphics. +Build and install +------------------ + +You must first install and set up [devkitARM](http://devkitpro.org/). +Clone this repository and cd in the resulting directory. + + make 3ds + +Create a **ftbrony** (double check that it is splelt **exactly** like this) directory inside the 3ds directory on your SD card and copy the following files in it: +- ftbrony.3ds +- ftbrony.png +- ftbrony.smdh + Supported Commands ------------------ From dab8ba37a4c2edcf87d59293fc18aa004f0d8ed6 Mon Sep 17 00:00:00 2001 From: riccardocossu Date: Sun, 21 Dec 2014 19:23:19 +0100 Subject: [PATCH 2/2] Fixed some errors Fixed some errors by mtheall request, --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c4d8ce..19ccb5e 100644 --- a/README.md +++ b/README.md @@ -13,16 +13,16 @@ Features Build and install ------------------ -You must first install and set up [devkitARM](http://devkitpro.org/). +You must first install and set up [devkitARM and libctru](http://3dbrew.org/wiki/Setting_up_Development_Environment). Clone this repository and cd in the resulting directory. - make 3ds + make -Create a **ftbrony** (double check that it is splelt **exactly** like this) directory inside the 3ds directory on your SD card and copy the following files in it: -- ftbrony.3ds -- ftbrony.png +Create a **ftbrony** (double check that it is spelt **exactly** like this) directory inside the 3ds directory on the root of your SD card and copy the following files in it: +- ftbrony.3dsx - ftbrony.smdh + Supported Commands ------------------