shortener-bot/DPP/docpages/install/install-void-xbps.md

493 B

\page install-void-xbps Installing from XBPS (Void Linux)

To install D++ from XBPS source packages collection, follow the step below (as root):

xbps-install -Sy dpp-devel

This will install D++ development files and related libraries

You will now be able to use D++ by including its library on the command line:

g++ mybot.cpp -o mybot -ldpp

\include{doc} install_prebuilt_footer.dox