Skip to content

Sorunome/matrix-3ds-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matrix-3ds-sdk

This is a Matrix client SDK for the Nintendo 3DS.

Prerequisites

After installing devkitPro, you will need to download the following using devkitPro pacman or the devkitPro updater:

  • 3ds-curl
  • 3ds-jansson
  • 3ds-dev

In other words, you'll need to run the following command in a Terminal/command prompt (with administrator/root privileges):

dkp-pacman -S 3ds-curl 3ds-jansson 3ds-dev

Compilation

This project ships with a Makefile, which is meant to simplify the compilation process. If you're unfamiliar with them, you can find out more about GNU Make here.

make
make install

Usage

As mentioned above, this library depends on jansson and libcurl. Make sure to add them to your project's compilation options and make sure that they have been included in your project's Makefile:

-lmatrix-3ds-sdk -ljansson `curl-config --libs`

Support

Support room on Matrix

Funding

donate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published