very basic readme
This commit is contained in:
parent
678be3e6d4
commit
b9bbcf0209
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
@ -1,3 +1,19 @@
|
|||
# template
|
||||
[![Support room on Matrix](https://img.shields.io/matrix/matrix-3ds-sdk:sorunome.de.svg?label=%23matrix-3ds-sdk:sorunome.de&logo=matrix&server_fqdn=sorunome.de)](https://matrix.to/#/#matrix-3ds-sdk:sorunome.de) [![donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/Sorunome/donate)
|
||||
|
||||
This is a template for starting new 3DS library projects.
|
||||
# matrix-3ds-sdk
|
||||
|
||||
This is a matrix SDK for the Nintendo 3DS.
|
||||
|
||||
## Compilation
|
||||
|
||||
```bash
|
||||
make
|
||||
make install
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
This library depends on jansson and liburl, so be sure to add the following libraries to your projects makefile:
|
||||
```
|
||||
-lmatrix-3ds-sdk -ljansson `curl-config --libs`
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue