ArchLinux 安裝boost庫
阿新 • • 發佈:2019-01-26
ase 基礎 ont ref c++ Language ebs websocket boost
如果用pacman -S boost-libs安裝,只能得到一堆.so .a文件,並沒有頭文件
用pacman -Ss boost 查找一下
如果要獲得開發用的頭文件,需要再安裝一次[root@dell_xps_13 dean]# pacman -Ss boost extra/boost 1.60.0-4 Free peer-reviewed portable C++ source libraries - development headers extra/boost-libs 1.60.0-4 [installed] Free peer-reviewed portable C++ source libraries - runtime libraries community/websocketpp 0.7.0-1 C++/Boost Asio based websocket client/server library
pacman -S extra/boost # 或者 boost也可以
這樣就獲得頭文件了。
再分享一下我老師大神的人工智能教程吧。零基礎!通俗易懂!風趣幽默!還帶黃段子!希望你也加入到我們人工智能的隊伍中來!https://blog.csdn.net/jiangjunshow
ArchLinux 安裝boost庫