![]()  | 
  
    D++ (DPP)
    
   C++ Discord API Bot Library 
   | 
 
To install D++ on a system from .rpm using yum (as root):
yum install wget wget -O dpp.rpm https://dl.dpp.dev/latest/linux-x64/rpm yum localinstall dpp.rpm 
This will do the following three things:
wgetwget to download the latest release of D++ to dpp.rpmdpp.rpm to /usrYou will now be able to use D++ by including its library on the command line:
g++ mybot.cpp -o mybot -ldpp