我已经通过macOS(10.15.3)安装了brew
brew install boost
。它已经安装到
/usr/local/Cellar/boost/1.72.0
并包含下一个文件和目录:
% ls -1
INSTALL_RECEIPT.json
README.md
include
lib
但是根据官方的boost网站软件包应该具有下一个结构:
boost_1_72_0/ .................The “boost root directory”
index.htm .........A copy of www.boost.org starts here
boost/ .........................All Boost Header files
libs/ ............Tests, .cpps, docs, etc., by library
index.html ........Library documentation starts here
algorithm/
any/
array/
…more libraries…
status/ .........................Boost-wide test suite
tools/ ...........Utilities, e.g. Boost.Build, quickbook, bcp
more/ ..........................Policy documents, etc.
doc/ ...............A subset of all Boost library docs
我可以通过brew使其丢失目录吗?还是应该尝试其他方法?