How to determine the Boost version on a system?

前端 未结 12 2211
暖寄归人
暖寄归人 2020-12-04 07:46

Is there a quick way to determine the version of the Boost C++ libraries on a system?

12条回答
  •  情歌与酒
    2020-12-04 08:17

    Another way to get current boost version (Linux Ubuntu):

    ~$ dpkg -s libboost-dev | grep Version
    Version: 1.58.0.1ubuntu1
    

    Ref: https://www.osetc.com/en/how-to-install-boost-on-ubuntu-16-04-18-04-linux.html

提交回复
热议问题