Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 695 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 695 Bytes

Sleepy-discord meson template

repository is a little template to get you started on using meson (ninja) to compile your c++ discord bot against sleepy_discord

Instructions :

Install meson
Install ninja
Install cmake
Get that repo to your computer and cd into it
Run meson subprojects download
Run meson setup builddir
Run ninja -C builddir (to test if everything is compiling fine)
Try to launch the binary (should be in the ./build/ directory from the meson.build)