1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-20 04:27:14 +01:00

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