OSU-AIMS / ros-system-setup

Bash Installers for ROS
MIT License
0 stars 0 forks source link

Boost Dependency #10

Open acbuynak opened 10 months ago

acbuynak commented 10 months ago

Some packages such as the tesseract-robotics/boost_plugin_loader depend on the boost filesystem package.

$ sudo apt -y install libboost-filesystem-dev
acbuynak commented 10 months ago

If boost has a barebones installation, all dev modules may be installed using...

$ sudo apt -y install libboost-all-dev