D++ (DPP)
C++ Discord API Bot Library
|
To install D++ on a project from XMake:
xmake init <project_name>
xmake.lua
file by adding the dpp
package, below the minimum configuration:add_rules("mode.debug", "mode.release") add_requires("dpp") target("test-bot") set_kind("binary") add_files("src/*.cpp") add_packages("dpp")
xmake build
to download dependencies and build the project