Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
archlinuxでリモートサーバーを構成していて、プログラムをコンパイルするために、ブーストライブラリの開発バージョンをインストールする必要があります<boost/asio.hpp>。
<boost/asio.hpp>
試しsudo pacman -S boost-libsてみましたが、develファイルはインストールされませんでした。また試しsudo pacman -S boost-libs-devてみましたが、機能しませんでした。
sudo pacman -S boost-libs
sudo pacman -S boost-libs-dev
ありがとう
$ 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
「ブースト」が必要です。