Set acceleration on archlinux

I have a remote server configured on archlinux, and I need to install the dev version for acceleration in order to compile my program, or rather <boost/asio.hpp>.

I tried sudo pacman -S boost-libsand it installed something but not devel files, I also tried sudo pacman -S boost-libs-devand it did not work.

thank

+5
source share
1 answer
$ 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 to "boost".

+11
source

All Articles