我想仅使用 crc 库来 build boost,在我的情况下如何构建?我在 Ubuntu 24 上遇到错误
sudo apt-get install build-essential g++ autotools-dev libicu-dev libbz2-dev libboost-all-dev
git clone https://github.com/boostorg/boost.git
cd boost
git submodule update --init -- libs/crc/
./bootstrap.sh
./bootstrap.sh: 1: ./tools/build/src/engine/build.sh: not found
Building B2 engine..
./bootstrap.sh: 229: ./tools/build/src/engine/build.sh: not found
Failed to build B2 build engine
好吧,让我们检查一下 boost 库列表
./bootstrap.sh --show-libraries
./bootstrap.sh: 1: ./tools/build/src/engine/build.sh: not found
Building B2 engine..
./bootstrap.sh: 229: ./tools/build/src/engine/build.sh: not found
Failed to build B2 build engine