
dppbot - The name of the executable to make.-std=c++17 - Required to compile the headers.The important flags in this command-line are:

Once installed, you can make use of the library in standalone programs simply by including it and linking to it: clang++ -std=c++17 -ldpp mydppbot.cpp -o dppbot Then once the build is complete, run make install to install to the location you specified. If you want to install the library, its dependencies and header files to a different directory, specify this directory when running cmake: cmake. Install globally cd build sudo make install cmake will fetch any dependencies that are required for you and ensure they are compiled alongside the library.Ĥ. Replace the number after -j with a number suitable for your setup, usually the same as the number of cores on your machine. Install External Dependencies brew install opensslįor voice support, additional dependencies are required: brew install libsodium opus

This project uses CMake to generate the makefiles.To install the dependencies, this guide will use homebrew which has installation instructions on their project page.Before compiling make sure you have all the tools installed.
