Getting Started
-
You'll need to have a folder or directory for project. Make one if you don't have one.
-
In case you do not already have any source code, create a cpp file and copy and paste this example code for master version and this example for develop version.
-
If you haven't already installed git, do so now. Type in the command
git --versionto make sure it's installed. -
Create a new folder in your project's folder, call it
deps, short for dependencies. Go into the deps folder and clone the library's git repository,https://github.com/yourWaifu/sleepy-discord.git, from there.
mkdir deps
cd deps
git clone https://github.com/yourWaifu/sleepy-discord.git
Your folder should look something like this.
my-project
├── deps
│ └── sleepy-discord
└── source.cpp
note
Master version uses API version 8 and Develop version uses API version 10.
Go to the next page
Standard
Use Default configuration