问题
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