2015-10-10 02:04:16 +02:00
# ctrulib
2014-01-18 23:11:32 +01:00
2014-01-20 21:54:17 +01:00
CTR User Library
2014-10-26 21:15:49 +01:00
2015-10-10 02:04:16 +02:00
Library for writing user mode arm11 code for the 3DS (CTR)
2014-01-20 21:54:17 +01:00
2015-10-10 02:04:16 +02:00
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.
2014-09-01 15:51:53 +02:00
2015-10-10 02:04:16 +02:00
# Setup
2014-10-26 21:15:49 +01:00
2015-10-10 02:04:16 +02:00
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 on [the devkitPro Wiki ](http://devkitpro.org/wiki/Getting_Started ).
2014-10-26 21:15:49 +01:00
2015-10-10 02:04:16 +02:00
The most recent devkitARM (r44) includes 3DS support and a prebuilt libctru.
2014-10-26 21:15:49 +01:00
2014-11-22 21:17:41 +01:00
To keep up to date with the most recent changes you'll want to checkout ctrulib, build it and install it.
2014-10-26 21:15:49 +01:00
2015-10-10 02:04:16 +02:00
# License
2014-09-01 15:51:53 +02:00
2014-10-26 21:10:14 +01:00
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission is granted to anyone to use this software for any
purpose, including commercial applications, and to alter it and
redistribute it freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you
must not claim that you wrote the original software. If you use
this software in a product, an acknowledgment in the product
documentation would be appreciated but is not required.
2. Altered source versions must be plainly marked as such, and
must not be misrepresented as being the original software.
3. This notice may not be removed or altered from any source
distribution.