]> Chaos Git - corbenik/ctrulib.git/commitdiff
Update README.md
authorsmea <smealum@gmail.com>
Sun, 26 Oct 2014 20:15:49 +0000 (13:15 -0700)
committersmea <smealum@gmail.com>
Sun, 26 Oct 2014 20:15:49 +0000 (13:15 -0700)
README.md

index 2e6513951410b784ea3cc2380f6229424fda504e..834dcd0f58fa859a7aa1f9d8b7b26e9718f61bae 100644 (file)
--- 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
 =======