Я установил brew на macOS (10.15.3) через brew install boost
. Он был установлен на /usr/local/Cellar/boost/1.72.0
и содержит следующие файлы и каталоги:
% ls -1
INSTALL_RECEIPT.json
README.md
include
lib
Но согласно официальному веб-сайту поддержки пакет должен иметь следующую структуру:
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 или мне попробовать другими способами?