mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-17 21:03:27 +00:00
577 B
577 B
\page install-linux-rpm Installing from a .rpm file (RedHat, CentOS and Derivatives)
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:
- Install
wget - Use
wgetto download the latest release of D++ todpp.rpm - Install
dpp.rpmto/usr
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