From: smea Date: Sun, 26 Oct 2014 20:15:49 +0000 (-0700) Subject: Update README.md X-Git-Tag: v0.2.0~84 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=774bd6b2925498a7fae7425c235026d22fb8d149;p=corbenik%2Fctrulib.git Update README.md --- 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 =======