mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-20 12:37:13 +01:00
21 lines
407 B
Markdown
21 lines
407 B
Markdown
|
# Building Sleepy Discord
|
||
|
|
||
|
In this folder you'll find build tools for building Sleepy Discord
|
||
|
|
||
|
# Makefile.3ds
|
||
|
|
||
|
This is for building the library for the 3ds. You may need devkitpro for this.
|
||
|
|
||
|
To compile using this file run the following command:
|
||
|
```
|
||
|
make -f Makefile.3ds
|
||
|
```
|
||
|
|
||
|
# Makefile.linux
|
||
|
|
||
|
This is for building the library for linux.
|
||
|
|
||
|
To compile, use the following command:
|
||
|
```
|
||
|
make -f Makefile.linux
|
||
|
```
|