D++ (DPP)
C++ Discord API Bot Library
|
To build on windows follow these steps exactly. The build process depends on specific libraries being installed on your system in specific locations.
Instructions here are subject to change!
openssl
and zlib
via vcpkg: c:\vckpg\vcpkg.exe install openssl:x64-windows zlib:x64-windows
git clone https://github.com/brainboxdotcc/DPP.git
cd DPP
build.bat
config.json
file in the directory above the test.exe
containing a valid bot token and shard count.If the program fails to build, you may need to adjust build.bat to suit paths on your system, notably the path to msbuild.
After compilation you can take the .dll, .lib, .pdb and .exp files and copy them into your project as needed. You can also just start changing test.cpp to suit your needs, and build the entire project around the code you cloned from git as a template.