From 774bd6b2925498a7fae7425c235026d22fb8d149 Mon Sep 17 00:00:00 2001 From: smea Date: Sun, 26 Oct 2014 13:15:49 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2e65139..834dcd0 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,21 @@ ctrulib ======= CTR User Library + library for writing user mode arm11 code for the 3DS (CTR) the goal with this is to create a very straightforward interface with the 3DS's OS. it is not meant to provide higher level functions; to put things in perspective, the purpose of ctrulib would be to sit between the OS and a possible port of SDL rather than replace it. +setup +======= + +ctrulib is just a library and needs a toolchain to function. we built ctrulib to be used in conjunction with devkitARM. you may find instructions on how to install devkitARM here : http://devkitpro.org/wiki/Getting_Started + +once devkitARM is installed, you will need to manually patch it with the following : http://mtheall.com/~fincs/3dsdkA/ + +that done, just checkout ctrulib, build it, set your CTRULIB path and you should be good to go ! + license =======