Install boost devel on archlinux

南楼画角 提交于 2019-12-23 09:31:56

问题


I have a remote server configured on archlinux and I need to install the dev version of the boost libs in order to compile my program, more specifically <boost/asio.hpp>.

I tried sudo pacman -S boost-libs and it installed something but not the devel files, I also tried sudo pacman -S boost-libs-dev and it didn't work.

Thanks


回答1:


$ pacman -Ss boost
extra/boost 1.49.0-2 [installed]
    Free peer-reviewed portable C++ source libraries - Development
extra/boost-libs 1.49.0-2 [installed]
    Free peer-reviewed portable C++ source libraries - Runtime

You need "boost".



来源:https://stackoverflow.com/questions/11198365/install-boost-devel-on-archlinux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!