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